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
6378136d
Commit
6378136d
authored
Jul 10, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
fd9fd158
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
billDetails.vue
pages/teamLeader/billDetails.vue
+1
-2
No files found.
pages/teamLeader/billDetails.vue
View file @
6378136d
...
@@ -203,7 +203,7 @@
...
@@ -203,7 +203,7 @@
<img
class=
"ML20"
:src=
"!showOther?downImg[0]:downImg[1]"
/>
<img
class=
"ML20"
:src=
"!showOther?downImg[0]:downImg[1]"
/>
</view>
</view>
</view>
</view>
<view
v-if=
"dataList&&dataList[currentIndex]&&dataList[currentIndex].OtherTotalPriceList.length>0&&showOther"
class=
"PB20"
>
<view
v-if=
"dataList&&dataList[currentIndex]&&dataList[currentIndex].OtherTotalPriceList
&&dataList[currentIndex].OtherTotalPriceList
.length>0&&showOther"
class=
"PB20"
>
<view
<view
v-for=
"(item,index) in dataList[currentIndex].OtherTotalPriceList"
v-for=
"(item,index) in dataList[currentIndex].OtherTotalPriceList"
class=
"billDetailsCCBox billDetailsCCBoxOth row items-center justify-between fz28"
>
class=
"billDetailsCCBox billDetailsCCBoxOth row items-center justify-between fz28"
>
...
@@ -213,7 +213,6 @@
...
@@ -213,7 +213,6 @@
</view>
</view>
<text
class=
"fontWeight500"
>
¥{{ item.TotalPrice }}
</text>
<text
class=
"fontWeight500"
>
¥{{ item.TotalPrice }}
</text>
</view>
</view>
<u-empty
v-if=
"dataList[currentIndex].OtherTotalPriceList.length==0||!dataList[currentIndex].OtherTotalPriceList"
text=
"暂无数据"
mode=
"data"
paddingTop=
"0"
></u-empty>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
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