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
c99d28cc
Commit
c99d28cc
authored
Feb 02, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a0f3d25d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
orderList.vue
...omponents/busManagement/BookAcar/components/orderList.vue
+2
-6
tripBusOrder.vue
src/components/busManagement/tripBusOrder.vue
+1
-1
No files found.
src/components/busManagement/BookAcar/components/orderList.vue
View file @
c99d28cc
...
...
@@ -475,17 +475,13 @@
<el-table-column
label=
"航班"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
AirLine
}}
</div>
<div>
{{
scope
.
row
.
AirportName
}}
</div>
<div
class=
"text-grey-9 q-pt-xs"
>
{{
scope
.
row
.
FlightNumber
}}
</div>
<div
class=
"text-grey-6 q-pt-xs"
v-if=
"item.OrderType!=3"
>
{{
scope
.
row
.
OrderType
==
1
?
'抵达时间'
:
'出发时间'
}}{{
scope
.
row
.
FlightTime
}}
{{
scope
.
row
.
FlightTime
}}{{
scope
.
row
.
OrderType
==
1
?
'抵达'
:
'出发至'
}}{{
scope
.
row
.
AirportName
}}
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"上下车
地点
"
style=
"background:#EAEAEA"
>
<el-table-column
label=
"上下车
信息
"
style=
"background:#EAEAEA"
>
<
template
slot-scope=
"scope"
>
<div>
预定时间:
{{
scope
.
row
.
OrderDate
}}
...
...
src/components/busManagement/tripBusOrder.vue
View file @
c99d28cc
...
...
@@ -68,7 +68,7 @@
<th
width=
"130"
>
下单时间
</th>
<th
width=
"110"
>
报价状态
</th>
<!--
<th
width=
"110"
>
确认状态
</th>
-->
<th
width=
"2
0
0"
>
操作
</th>
<th
width=
"2
1
0"
>
操作
</th>
</tr>
<tbody
v-for=
"(item, index) in DataList"
:key=
"index"
>
<tr>
...
...
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