瀏覽代碼

init

newStyle
lancer 2 年之前
父節點
當前提交
1b65b0fcf0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/views/admin/dept/index.vue

+ 1
- 1
src/views/admin/dept/index.vue 查看文件

@@ -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…
取消
儲存