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
c76c6247
Commit
c76c6247
authored
Jul 18, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d05f8dba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
billDetails.vue
pages/teamLeader/billDetails.vue
+1
-0
list.vue
pages/teamLeader/list.vue
+4
-1
No files found.
pages/teamLeader/billDetails.vue
View file @
c76c6247
...
...
@@ -49,6 +49,7 @@
top
:
-50rpx
;
left
:
0
;
right
:
0
;
display
:
none
;
}
.billDetailsHeaderNum
{
padding
:
60rpx
50rpx
57rpx
50rpx
;
...
...
pages/teamLeader/list.vue
View file @
c76c6247
...
...
@@ -76,6 +76,9 @@
font-size
:
24rpx
;
color
:
#FF5F3D
;
}
.list-top-right.active1
{
color
:
#333
;
}
.list-top-right.active2
{
color
:
#0acc82
;
}
...
...
@@ -149,7 +152,7 @@
<u-icon
name=
"arrow"
size=
"28"
color=
"#ccc"
></u-icon>
</view>
<view
class=
"list-top-right"
:class=
"[item.TravelPriceList[0].LeaderApplyStatus==2?'active2':'']"
>
{{
item
.
TravelPriceList
[
0
].
LeaderApplyStatusName
}}
</view>
:class=
"[item.TravelPriceList[0].LeaderApplyStatus==2?'active2':
item.TravelPriceList[0].LeaderApplyStatus==0?'active1':
'']"
>
{{
item
.
TravelPriceList
[
0
].
LeaderApplyStatusName
}}
</view>
</view>
<view
class=
"list-title-box"
>
<view
class=
"list-title"
v-for=
"(child,i) in item.TravelPriceList"
:key=
"i"
>
...
...
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