Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
8a39ad72
Commit
8a39ad72
authored
Feb 16, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地接总表样式优化
parent
4baca05f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
4 deletions
+25
-4
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+23
-2
index.js
src/plug/index.js
+2
-2
No files found.
src/components/dmc/manager/dmcTotalTable.vue
View file @
8a39ad72
...
...
@@ -191,8 +191,9 @@
<td
:rowspan=
"2*outItem.PriceCommonList.length"
v-if=
'index==0'
>
{{
outItem
.
NewCombinationNum
}}
</td>
<td>
<div
style=
"position:relative;color:red;width:25px;left:2px;top:2px;font-weight:bold;"
<td
style=
"position: relative"
>
<div
v-if=
"item.IsSetOut&&item.IsSetOut==1"
class=
"triangle"
></div>
<div
class=
"cancel-tag"
v-if=
"item.IsSetOut&&item.IsSetOut==1"
>
取消
</div>
...
...
@@ -1365,3 +1366,23 @@
}
</
style
>
<
style
scoped
>
.cancel-tag
{
position
:
absolute
;
top
:
0
;
left
:
0
;
color
:
#fff
;
width
:
25px
;
font-weight
:
bold
;
}
.triangle
{
position
:
absolute
;
top
:
0
;
left
:
0
;
position
:
absolute
;
width
:
0
;
height
:
0
;
border-top
:
25px
solid
#ff0000
;
border-right
:
50px
solid
transparent
;
}
</
style
>
\ No newline at end of file
src/plug/index.js
View file @
8a39ad72
...
...
@@ -118,8 +118,8 @@ export default {
let
lxymallUrl
=
''
;
//国内游api
let
crmUrl
=
""
;
//crm API
let
locationName
=
window
.
location
.
hostname
;
//
domainUrl = "http://192.168.10.128";
domainUrl
=
"http://192.168.10.123:8002"
;
domainUrl
=
"http://192.168.10.128"
;
//
domainUrl = "http://192.168.10.123:8002";
// domainUrl = "http://reborn.oytour.com";
let
crmLocalFileStreamDownLoadUrl
=
""
;
crmLocalFileStreamDownLoadUrl
=
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://crm.oytour.com"
:
"http://testcrm.oytour.com"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment