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
89e446e3
Commit
89e446e3
authored
May 14, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b97b0a98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
HotelOrderTotal.vue
src/components/TravelManager/TravelList/HotelOrderTotal.vue
+7
-9
No files found.
src/components/TravelManager/TravelList/HotelOrderTotal.vue
View file @
89e446e3
...
@@ -323,17 +323,15 @@
...
@@ -323,17 +323,15 @@
<tr>
<tr>
<td
style=
"border-bottom:2px solid #333"
rowspan=
"2"
>
{{
item
.
OrderID
}}
<td
style=
"border-bottom:2px solid #333"
rowspan=
"2"
>
{{
item
.
OrderID
}}
<div>
<div>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"旅小友订单"
placement=
"top"
>
{{
item
.
OrderSourceName
}}
<img
v-if=
"item.OrderSource == 5"
src=
"../../../assets/img/userman/wx.png"
style=
"width:24px;height: 24px;position:relative;top:5px;"
alt=
""
/>
</div>
</el-tooltip>
</td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"国旅优选订单"
placement=
"top"
>
<td>
{{
item
.
ThirdOrderNo
}}
<img
v-if=
"item.OrderSource == 7"
src=
"../../../assets/img/userman/wx.png"
<div>
style=
"width:24px;height: 24px;position:relative;top:5px;"
alt=
""
/>
{{
item
.
SourceName
}}
</el-tooltip>
</div>
</div>
</td>
</td>
<td>
{{
item
.
ThirdOrderNo
}}
</td>
<td><span
class=
"cursorpointer text-decoration"
@
click=
"GotoUrl(item.TCNUM)"
<td><span
class=
"cursorpointer text-decoration"
@
click=
"GotoUrl(item.TCNUM)"
v-if=
"item.TCID"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span></td>
v-if=
"item.TCID"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span></td>
<td>
{{
item
.
Number
}}
</td>
<td>
{{
item
.
Number
}}
</td>
...
...
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