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
42751151
Commit
42751151
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
f6f29d47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
HotelWorkList.vue
src/components/Hotel/HotelWorkList.vue
+4
-4
TravelMyTicket.vue
src/components/TravelManager/Ticket/TravelMyTicket.vue
+0
-1
No files found.
src/components/Hotel/HotelWorkList.vue
View file @
42751151
...
...
@@ -16,9 +16,9 @@
</ul>
</div>
<div
class=
"hotelProductManage2_tableBox"
style=
"margin-bottom: 20px;"
>
<span
style=
"color:
green
; background-color:green ; padding: 2px 4px; border-radius: 5px;"
>
OK
</span>
<span
style=
"color:
#F75000; background-color: #F75000
; padding: 2px 4px; border-radius: 5px;"
>
暂定
</span>
<span
style=
"color:
red; background-color:
red; padding: 2px 4px; border-radius: 5px;"
>
未操作
</span>
<span
style=
"color:
#FFFFFF
; background-color:green ; padding: 2px 4px; border-radius: 5px;"
>
OK
</span>
<span
style=
"color:
#FFFFFF; background-color:#3333CC
; padding: 2px 4px; border-radius: 5px;"
>
暂定
</span>
<span
style=
"color:
#FFFFFF; background-color:
red; padding: 2px 4px; border-radius: 5px;"
>
未操作
</span>
</div>
<el-table
:data=
"dataList"
style=
"width:100%"
border
v-loading=
'loading'
height=
"700"
>
<el-table-column
fixed
label=
"酒店名称"
min-width=
"180"
>
...
...
@@ -36,7 +36,7 @@
<
template
v-else
v-for=
"childItem in scope.row.DayList[index].HotelJourneyOrderList"
>
<div
style=
"white-space:nowrap;color:red;"
:title=
"childItem.TCID+'【未操作】'"
v-if=
"childItem.DMCState==0"
>
{{
childItem
.
BookGroup
}}
</div>
<div
style=
"white-space:nowrap;color:green;"
:title=
"childItem.TCID+'【OK】'"
v-if=
"childItem.DMCState==1"
>
{{
childItem
.
BookGroup
}}
</div>
<div
style=
"white-space:nowrap;color:#
F75000
;"
:title=
"childItem.TCID+'【暂定】'"
v-if=
"childItem.DMCState==2"
>
{{
childItem
.
BookGroup
}}
</div>
<div
style=
"white-space:nowrap;color:#
3333CC
;"
:title=
"childItem.TCID+'【暂定】'"
v-if=
"childItem.DMCState==2"
>
{{
childItem
.
BookGroup
}}
</div>
</
template
>
</template>
</el-table-column>
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/Ticket/TravelMyTicket.vue
View file @
42751151
...
...
@@ -991,7 +991,6 @@
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Query
.
total
=
res
.
data
.
data
.
count
;
this
.
dataList
=
res
.
data
.
data
.
pageData
;
console
.
log
(
"dataList"
,
this
.
dataList
);
this
.
noData
=
!
this
.
Query
.
total
>
0
;
if
(
this
.
Query
.
AirticketId
==
0
)
{
this
.
Query
.
AirticketId
=
""
;
...
...
This diff is collapsed.
Click to expand it.
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