Browse Source

init

newStyle
lancer 2 years ago
parent
commit
1b65b0fcf0
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save