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
45b6e8b3
Commit
45b6e8b3
authored
Nov 14, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车辆排班管理 租车不显示操作
parent
6dd02492
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/vehicle/bookRecord/index.vue
+5
-5
No files found.
src/views/vehicle/bookRecord/index.vue
View file @
45b6e8b3
...
...
@@ -253,13 +253,13 @@
@
click=
"illegalInquiry(scope.row)"
>
违章记录
</el-button>
<el-button
v-if=
"bookRecord_btn_prove&&scope.row.status==1"
v-if=
"bookRecord_btn_prove&&scope.row.status==1
&&scope.row.bookType !=1
"
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleProve(scope.row)"
>
通过
</el-button>
<el-button
v-if=
"bookRecord_btn_reject&&scope.row.status==1"
v-if=
"bookRecord_btn_reject&&scope.row.status==1
&&scope.row.bookType !=1
"
size=
"small"
class=
"el-button el-button--text el-button--small"
style=
"color: red;"
...
...
@@ -267,7 +267,7 @@
>
驳回
</el-button>
<template
v-if=
"scope.row.vehicleDepartureLogVo==undefined"
>
<el-button
v-if=
"bookRecord_btn_lift&&scope.row.liftStatus==1&&scope.row.status==2"
v-if=
"bookRecord_btn_lift&&scope.row.liftStatus==1&&scope.row.status==2
&&scope.row.bookType !=1
"
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleLift(scope.row)"
...
...
@@ -275,7 +275,7 @@
</
template
>
<
template
v-if=
"scope.row.vehicleDepartureLogVo!=undefined"
>
<el-button
v-if=
"bookRecord_btn_ret&&scope.row.vehicleDepartureLogVo.state==0&&scope.row.retStatus==1"
v-if=
"bookRecord_btn_ret&&scope.row.vehicleDepartureLogVo.state==0&&scope.row.retStatus==1
&&scope.row.bookType !=1
"
size=
"small"
class=
"el-button el-button--text el-button--small"
@
click=
"handleRet(scope.row)"
...
...
@@ -283,7 +283,7 @@
</
template
>
<
template
v-if=
"scope.row.vehicleDepartureLogVo==undefined"
>
<el-button
v-if=
"bookRecord_btn_unbook&&scope.row.status==2"
v-if=
"bookRecord_btn_unbook&&scope.row.status==2
&&scope.row.bookType !=1
"
size=
"small"
class=
"el-button el-button--text el-button--small"
style=
"color: red;"
...
...
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