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
324c9f73
Commit
324c9f73
authored
Jul 11, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4ef9734a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
4 deletions
+10
-4
infor2.vue
pages/teamLeader/components/schedule/infor2.vue
+1
-1
infor3.vue
pages/teamLeader/components/schedule/infor3.vue
+1
-0
infor4.vue
pages/teamLeader/components/schedule/infor4.vue
+1
-0
infor5.vue
pages/teamLeader/components/schedule/infor5.vue
+1
-0
infor6.vue
pages/teamLeader/components/schedule/infor6.vue
+1
-0
infor7.vue
pages/teamLeader/components/schedule/infor7.vue
+1
-0
infor8.vue
pages/teamLeader/components/schedule/infor8.vue
+3
-2
itineraryDetails.vue
pages/teamLeader/itineraryDetails.vue
+1
-1
No files found.
pages/teamLeader/components/schedule/infor2.vue
View file @
324c9f73
...
...
@@ -35,7 +35,7 @@
<view>
出发时间:
{{
child
.
FlightDate
}}
</view>
</view>
</view>
<u-empty
v-if=
"data.FlightList.length == 0"
text=
"暂无相关信息"
mode=
"data"
color=
"#333"
></u-empty>
</view>
<view
style=
"height: 50rpx;"
></view>
</view>
...
...
pages/teamLeader/components/schedule/infor3.vue
View file @
324c9f73
...
...
@@ -47,6 +47,7 @@
<view
class=
""
>
{{
item
.
AccommodationTypeStr
?
item
.
AccommodationTypeStr
:
''
}}
</view>
</view>
</view>
<u-empty
v-if=
"data.BusList.length == 0"
text=
"暂无相关信息"
mode=
"data"
color=
"#333"
></u-empty>
<view
style=
"height: 50rpx;"
></view>
</view>
</
template
>
...
...
pages/teamLeader/components/schedule/infor4.vue
View file @
324c9f73
...
...
@@ -66,6 +66,7 @@
</view>
</view>
</view>
<u-empty
v-if=
"data.HotelList.length == 0"
text=
"暂无相关信息"
mode=
"data"
color=
"#333"
></u-empty>
<view
style=
"height: 50rpx;"
></view>
</view>
</
template
>
...
...
pages/teamLeader/components/schedule/infor5.vue
View file @
324c9f73
...
...
@@ -70,6 +70,7 @@
</view>
</view>
</
template
>
<u-empty
v-if=
"data.DiningList.length == 0"
text=
"暂无相关信息"
mode=
"data"
color=
"#333"
></u-empty>
<view
style=
"height: 50rpx;"
></view>
</view>
</template>
...
...
pages/teamLeader/components/schedule/infor6.vue
View file @
324c9f73
...
...
@@ -60,6 +60,7 @@
</view>
</view>
</
template
>
<u-empty
v-if=
"data.ScenicList.length == 0"
text=
"暂无相关信息"
mode=
"data"
color=
"#333"
></u-empty>
<view
style=
"height: 50rpx;"
></view>
</view>
</template>
...
...
pages/teamLeader/components/schedule/infor7.vue
View file @
324c9f73
...
...
@@ -40,6 +40,7 @@
<view
class=
""
>
{{
item
.
StoreTimeStr
}}
</view>
</view>
</view>
<u-empty
v-if=
"data.length == 0"
text=
"暂无相关信息"
mode=
"data"
color=
"#333"
></u-empty>
<view
style=
"height: 50rpx;"
></view>
</view>
</
template
>
...
...
pages/teamLeader/components/schedule/infor8.vue
View file @
324c9f73
...
...
@@ -28,7 +28,8 @@
display
:
block
;
}
.infor1-left
{
width
:
120rpx
;
min-width
:
120rpx
;
white-space
:
nowrap
;
}
</
style
>
<
template
>
...
...
@@ -38,7 +39,7 @@
v-for=
"(item,index) in data"
>
<view
class=
"row items-center"
>
<view
class=
"infor1-c-name fz32 infor1-left"
>
{{
item
.
userName
}}
</view>
<view
class=
"imgbox"
>
<view
class=
"imgbox
ML10
"
>
<img
v-if=
"item.SexStr=='女'"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875723517488195.png"
/>
<img
v-else
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875723461863180.png"
/>
</view>
...
...
pages/teamLeader/itineraryDetails.vue
View file @
324c9f73
...
...
@@ -640,7 +640,7 @@ export default {
}
)
}
,
openPicture
()
{
let
imgObj
=
JSON
.
stringify
(
this
.
imgsList
);
let
imgObj
=
JSON
.
stringify
(
this
.
dataList
.
tempImgCover
);
uni
.
navigateTo
({
url
:
"/pages/hotel/picture?imgObj="
+
imgObj
,
}
);
...
...
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