This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
init
newStyle
lancer
3 years ago
parent
719ebc9db1
commit
1b65b0fcf0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/admin/dept/index.vue
+ 1
- 1
src/views/admin/dept/index.vue
View File
@@ -25,7 +25,7 @@
<template slot-scope="scope" style="">
<span v-if="sys_dept_edit" style="color: #2671e2" @click="bianji(scope.row)">编辑</span>
<span
v-if="sys_dept_del"
v-if="sys_dept_del
&&(tableData.length-1==scope.$index)
"
style="color: #2671e2; margin-left: 10px"
@click="del(scope.row)"
>移除</span
Write
Preview
Loading…
Cancel
Save