Bläddra i källkod

init

newStyle
lancer 2 år sedan
förälder
incheckning
1b65b0fcf0
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/views/admin/dept/index.vue

+ 1
- 1
src/views/admin/dept/index.vue Visa fil

@@ -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


Laddar…
Avbryt
Spara