Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
jz_Travel
Commits
99547a29
Commit
99547a29
authored
Jul 22, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
b97a9165
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
headeDatas.vue
pages/teamLeader/components/headeDatas.vue
+2
-2
No files found.
pages/teamLeader/components/headeDatas.vue
View file @
99547a29
...
@@ -221,10 +221,10 @@
...
@@ -221,10 +221,10 @@
实际金额:¥{{ datas
&&
datas.HotelOrderList
&&
datas.HotelOrderList[datas.hotelIndex].TotalMoney>=0?datas.HotelOrderList[datas.hotelIndex].TotalMoney.toFixed(2):0.0 }}
实际金额:¥{{ datas
&&
datas.HotelOrderList
&&
datas.HotelOrderList[datas.hotelIndex].TotalMoney>=0?datas.HotelOrderList[datas.hotelIndex].TotalMoney.toFixed(2):0.0 }}
</view>
</view>
<view
v-else-if=
"params.type==3"
>
<view
v-else-if=
"params.type==3"
>
实际金额:¥{{ datas
&&
datas.DiningSummaryList[datas.diningIndex].TotalMoney>=0?datas.DiningSummaryList[datas.diningIndex].TotalMoney.toFixed(2):0.0 }}
实际金额:¥{{ datas
&&
datas.DiningSummaryList
&&
datas.DiningSummaryList
[datas.diningIndex].TotalMoney>=0?datas.DiningSummaryList[datas.diningIndex].TotalMoney.toFixed(2):0.0 }}
</view>
</view>
<view
v-else=
"params.type==4"
>
<view
v-else=
"params.type==4"
>
实际金额:¥{{ datas
&&
datas.ScenicStatisticsList[datas.scenicIndex].TotalMoney>=0?datas.ScenicStatisticsList[datas.scenicIndex].TotalMoney.toFixed(2):0.0 }}
实际金额:¥{{ datas
&&
datas.ScenicStatisticsList
&&
datas.ScenicStatisticsList
[datas.scenicIndex].TotalMoney>=0?datas.ScenicStatisticsList[datas.scenicIndex].TotalMoney.toFixed(2):0.0 }}
</view>
</view>
<view
class=
"row items-center"
>
<view
class=
"row items-center"
>
<text
style=
"color: red;"
>
*
</text>
<text
style=
"color: red;"
>
*
</text>
...
...
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