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
fa1c836b
Commit
fa1c836b
authored
Jul 15, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
68016376
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+1
-1
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+3
-3
productOrderList.vue
src/components/orderCommon/productOrderList.vue
+1
-1
No files found.
src/components/Ticketing/TicketManager.vue
View file @
fa1c836b
...
@@ -1545,7 +1545,7 @@
...
@@ -1545,7 +1545,7 @@
</tr>
</tr>
</
template
>
</
template
>
</table>
</table>
<font
style=
"color:blue"
slot=
"reference"
>
{{item.ChangeNum>0?'+':'
-
'}}{{item.ChangeNum}}
<font
style=
"color:blue"
slot=
"reference"
>
{{item.ChangeNum>0?'+':''}}{{item.ChangeNum}}
</font>
</font>
</el-popover>
</el-popover>
</template>
</template>
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
fa1c836b
...
@@ -1181,7 +1181,7 @@
...
@@ -1181,7 +1181,7 @@
<tr>
<tr>
<td>
<td>
{{
changeItem
.
TCNUM
}}
(
{{
changeItem
.
TCID
}}
)
{{
changeItem
.
TCNUM
}}
(
{{
changeItem
.
TCID
}}
)
{{
changeItem
.
ChangeModel
.
ChangeValue
>
0
?
'+'
:
'
-
'
}}
{{
changeItem
.
ChangeModel
.
ChangeValue
>
0
?
'+'
:
''
}}
{{
changeItem
.
ChangeModel
.
ChangeValue
}}
人
{{
changeItem
.
ChangeModel
.
ChangeValue
}}
人
</td>
</td>
</tr>
</tr>
...
@@ -1239,7 +1239,7 @@
...
@@ -1239,7 +1239,7 @@
<tr>
<tr>
<td>
<td>
{{
changeItem
.
TCNUM
}}
(
{{
changeItem
.
TCID
}}
)
{{
changeItem
.
TCNUM
}}
(
{{
changeItem
.
TCID
}}
)
{{
changeItem
.
ChangeModel
.
ChangeValue
>
0
?
'+'
:
'
-
'
}}
{{
changeItem
.
ChangeModel
.
ChangeValue
>
0
?
'+'
:
''
}}
{{
changeItem
.
ChangeModel
.
ChangeValue
}}
人
{{
changeItem
.
ChangeModel
.
ChangeValue
}}
人
</td>
</td>
</tr>
</tr>
...
@@ -1724,7 +1724,7 @@
...
@@ -1724,7 +1724,7 @@
</
template
>
</
template
>
总机位:
<font
style=
"font-weight:bold;"
>
{{subItem.TicketNum}}
</font>
总机位:
<font
style=
"font-weight:bold;"
>
{{subItem.TicketNum}}
</font>
<
template
v-if=
"subItem.ChangeNum!=0"
>
<
template
v-if=
"subItem.ChangeNum!=0"
>
<font
style=
"font-weight:bold;"
>
{{
subItem
.
ChangeNum
>
0
?
'+'
:
'
-
'
}}{{
subItem
.
ChangeNum
}}
=
{{
item
.
TicketNum
}}
</font>
<font
style=
"font-weight:bold;"
>
{{
subItem
.
ChangeNum
>
0
?
'+'
:
''
}}{{
subItem
.
ChangeNum
}}
=
{{
item
.
TicketNum
}}
</font>
</
template
>
</
template
>
;
;
<
template
v-for=
"thirdItem in subItem.SubList"
>
<
template
v-for=
"thirdItem in subItem.SubList"
>
...
...
src/components/orderCommon/productOrderList.vue
View file @
fa1c836b
...
@@ -1023,7 +1023,7 @@
...
@@ -1023,7 +1023,7 @@
总机位:
<font
style=
"font-weight:bold;"
>
{{subItem.TicketNum}}
</font>
总机位:
<font
style=
"font-weight:bold;"
>
{{subItem.TicketNum}}
</font>
<
template
v-if=
"subItem.ChangeNum!=0"
>
<
template
v-if=
"subItem.ChangeNum!=0"
>
<font
style=
"font-weight:bold;"
>
<font
style=
"font-weight:bold;"
>
{{
subItem
.
ChangeNum
>
0
?
'+'
:
'
-
'
}}{{
subItem
.
ChangeNum
}}
=
{{
item
.
TicketNum
}}
</font>
{{
subItem
.
ChangeNum
>
0
?
'+'
:
''
}}{{
subItem
.
ChangeNum
}}
=
{{
item
.
TicketNum
}}
</font>
</
template
>
</
template
>
;
;
<
template
v-for=
"thirdItem in subItem.SubList"
>
<
template
v-for=
"thirdItem in subItem.SubList"
>
...
...
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