Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
f4d747db
Commit
f4d747db
authored
Aug 13, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
排班记录
parent
61ac96b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vehicleRecords.vue
src/views/vehicle/vehicleSchedulManage/vehicleRecords.vue
+4
-4
No files found.
src/views/vehicle/vehicleSchedulManage/vehicleRecords.vue
View file @
f4d747db
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<span>
{{
scope
.
row
.
bookType
==
1
?
"租房车"
:
scope
.
row
.
bookType
==
4
?
"展览"
:
scope
.
row
.
bookType
==
5
?
"房车游"
:
scope
.
row
.
bookType
==
6
?
"保养"
:
scope
.
row
.
bookType
==
7
?
"预约中"
:
scope
.
row
.
bookType
==
8
?
"禁用"
:
scope
.
row
.
bookType
==
2
?
"分公司使用"
:
'未知用途'
}}
</span>
<span>
{{
scope
.
row
.
bookType
==
1
?
"租房车"
:
scope
.
row
.
bookType
==
4
?
"展览"
:
scope
.
row
.
bookType
==
5
?
"房车游"
:
scope
.
row
.
bookType
==
6
?
"保养"
:
scope
.
row
.
bookType
==
7
?
"预约中"
:
scope
.
row
.
bookType
==
8
?
"禁用"
:
scope
.
row
.
bookType
==
2
?
"分公司使用"
:
'未知用途'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
width=
"200"
align=
"center"
label=
"订单号"
>
<el-table-column
align=
"center"
label=
"订单号"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
orderNo
}}
</span>
<span>
{{
scope
.
row
.
orderNo
}}
</span>
</
template
>
</
template
>
...
@@ -51,10 +51,10 @@
...
@@ -51,10 +51,10 @@
<span>
{{
scope
.
row
.
vehicleUserPhone
}}
</span>
<span>
{{
scope
.
row
.
vehicleUserPhone
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"操作"
width=
"
300
"
>
<el-table-column
align=
"center"
label=
"操作"
width=
"
150"
fixed=
"right
"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<el-button
size=
"small"
type=
"success
"
@
click=
"toShowDialog(scope.row)"
v-if=
"scope.row.bookType !=2 && scope.row.bookType !=3"
>
详情
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small
"
@
click=
"toShowDialog(scope.row)"
v-if=
"scope.row.bookType !=2 && scope.row.bookType !=3"
>
详情
</el-button>
<el-button
size=
"small"
type=
"success
"
@
click=
"getLogInfo(scope.row)"
>
重新安排
</el-button>
<el-button
size=
"small"
class=
"el-button el-button--text el-button--small
"
@
click=
"getLogInfo(scope.row)"
>
重新安排
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
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