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
e13b129b
Commit
e13b129b
authored
Sep 26, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
员工录入操作权限
parent
bd5a94e1
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1166 additions
and
1022 deletions
+1166
-1022
employeesInput.vue
src/views/userManagement/employeesInput.vue
+2
-0
index.vue
src/views/vehicle/bookRecord/index.vue
+1164
-1022
No files found.
src/views/userManagement/employeesInput.vue
View file @
e13b129b
...
@@ -66,11 +66,13 @@
...
@@ -66,11 +66,13 @@
size=
"small"
size=
"small"
class=
"el-button el-button--text el-button--small"
class=
"el-button el-button--text el-button--small"
@
click=
"editorStaff(scope.row)"
@
click=
"editorStaff(scope.row)"
v-if=
"scope.row.status != 1"
>
编辑
</el-button>
>
编辑
</el-button>
<el-button
<el-button
size=
"small"
size=
"small"
class=
"el-button el-button--text el-button--small"
class=
"el-button el-button--text el-button--small"
@
click=
"deleteStaff(scope.row)"
@
click=
"deleteStaff(scope.row)"
v-if=
"scope.row.status != 1"
>
删除
</el-button>
>
删除
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
src/views/vehicle/bookRecord/index.vue
View file @
e13b129b
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