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
e5f052a2
Commit
e5f052a2
authored
Aug 31, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3666a475
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
5 deletions
+29
-5
tripIndexNew.css
src/assets/css/tripIndexNew.css
+24
-0
TourFareDescription.vue
src/components/LeaveGroupDownload/TourFareDescription.vue
+4
-4
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+1
-1
No files found.
src/assets/css/tripIndexNew.css
View file @
e5f052a2
...
@@ -12,6 +12,30 @@
...
@@ -12,6 +12,30 @@
.LeaveGroupDownload-form
td
,
.LeaveGroupDownload-form
iframe
{
.LeaveGroupDownload-form
td
,
.LeaveGroupDownload-form
iframe
{
font-family
:
Microsoft
JhengHei
,
sans-serif
!important
;
font-family
:
Microsoft
JhengHei
,
sans-serif
!important
;
}
}
.LeaveGroupDownload-form
.expense
.right
.expense-table
{
width
:
100%
;
table-layout
:
fixed
;
border
:
1px
solid
#eee
;
border-top
:
none
;
border-bottom
:
none
;
margin-top
:
30px
;
}
.LeaveGroupDownload-form
.expense
.right
.expense-table
th
{
background
:
#bbb
;
height
:
28px
;
vertical-align
:
middle
;
text-align
:
center
;
font-size
:
14px
;
/* font-family: 'PingFangR'; */
width
:
150px
;
color
:
#333
;
}
.LeaveGroupDownload-form
.expense
.right
.expense-table
tr
td
{
text-align
:
center
;
padding
:
5px
0
!important
;
border-bottom
:
1px
solid
#eee
;
color
:
#666
!important
;
}
.bjE6
{
.bjE6
{
background
:
#e6e6e6
;
background
:
#e6e6e6
;
}
}
...
...
src/components/LeaveGroupDownload/TourFareDescription.vue
View file @
e5f052a2
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</div>
</div>
</div>
</div>
<div
class=
"right"
>
<div
class=
"right"
>
<table
class=
"expense-table"
cellspacing=
0
cellpadding=
0
>
<table
class=
"expense-table"
cellspacing=
0
cellpadding=
0
style=
"text-align:left"
>
<thead>
<thead>
<th>
城市
</th>
<th>
城市
</th>
<th>
活动
</th>
<th>
活动
</th>
...
@@ -62,9 +62,9 @@
...
@@ -62,9 +62,9 @@
</div>
</div>
</
template
>
</
template
>
<div
class=
"expense"
v-if=
"dataList.shopList && dataList.shopList.length>0&&vshowF"
>
<div
class=
"expense"
v-if=
"dataList.shopList && dataList.shopList.length>0&&vshowF"
>
<div
class=
"left"
>
购物安排
</div>
<div
class=
"left"
style=
"font-size:28px;margin-bottom:20px;"
>
购物安排
</div>
<div
class=
"right"
>
<div
class=
"right"
>
<table
class=
"expense-table
autowidth"
cellspacing=
0
cellpadding=
0
>
<table
class=
"expense-table
"
cellspacing=
0
cellpadding=
0
style=
"text-align:left"
>
<thead>
<thead>
<th>
城市
</th>
<th>
城市
</th>
<th>
购物店名称
</th>
<th>
购物店名称
</th>
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
</thead>
</thead>
<tbody>
<tbody>
<tr
v-for=
"(item,i) in dataList.shopList"
:key=
"i"
>
<tr
v-for=
"(item,i) in dataList.shopList"
:key=
"i"
>
<td>
{{item.cityName}}
</td>
<td>
{{item.cityName
?item.cityName:''
}}
</td>
<td>
{{item.shopName}}
</td>
<td>
{{item.shopName}}
</td>
<td>
{{item.visitTime}}
</td>
<td>
{{item.visitTime}}
</td>
</tr>
</tr>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
e5f052a2
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<div
class=
"TFslide"
<div
class=
"TFslide"
:class=
"
{'TFcked':item.isShow,'display_none':(item.TypeState===4
&&
FeatureData.FeatureType !== 4) || (item.TypeState===4
&&
!$route.query.configId)}"
:class=
"
{'TFcked':item.isShow,'display_none':(item.TypeState===4
&&
FeatureData.FeatureType !== 4) || (item.TypeState===4
&&
!$route.query.configId)}"
@click="clickFeature(item)" :key="item.subCode"
@click="clickFeature(item)" :key="item.subCode"
v-if="((item.TypeState>3
&&
CurrentUserInfo.RB_Group_id==QjGroupId())||item.TypeState
<
=
3
)
&&
item
.
TypeState
!=
8
"
>
v-if="((item.TypeState>3
&&
CurrentUserInfo.RB_Group_id==QjGroupId())||item.TypeState
<
=
3
)"
>
<img
v-bind:src=
"item.imgUrl"
>
<img
v-bind:src=
"item.imgUrl"
>
<div>
{{
item
.
ckTitle
}}
</div>
<div>
{{
item
.
ckTitle
}}
</div>
</div>
</div>
...
...
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