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
03e619e9
Commit
03e619e9
authored
Apr 07, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
44a8c4b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+9
-3
No files found.
src/components/dmc/manager/dmcTotalTable.vue
View file @
03e619e9
...
...
@@ -197,8 +197,14 @@
<template
v-for=
"(item,index) in outItem.PriceCommonList"
>
<tr
:key=
"index"
>
<td
:rowspan=
"2*outItem.PriceCommonList.length"
v-if=
'index==0'
>
<el-tooltip
v-if=
"item.IsSetOut==1"
class=
"item"
effect=
"dark"
content=
"已取消发团"
placement=
"top-start"
>
<font
style=
"color:red"
>
{{
outItem
.
NewCombinationNum
}}
<el-tooltip
class=
"item"
effect=
"dark"
content=
"地接操作"
placement=
"top-start"
v-if=
"item.LineId==14 "
>
</font>
</el-tooltip>
<font
v-else
>
{{
outItem
.
NewCombinationNum
}}
</font>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"地接操作"
placement=
"top-start"
v-if=
"item.LineId==14&&item.IsSetOut==0"
>
<el-popover
placement=
"bottom"
width=
"300"
trigger=
"click"
v-model=
"item.isShowPop"
>
<table
class=
"dmcSetTable"
>
<tr>
...
...
@@ -707,7 +713,7 @@
caiwu
:
true
,
//操作时间
showCaozuoTime
:
true
,
//操作时间
colspanLength
:
6
,
//跨行
showSureHotel
:
true
,
showSureHotel
:
true
,
},
pickerBeginDateBefore
:
{
disabledDate
:
time
=>
{
...
...
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