Browse Source

角色删除权限

gks 1 year ago
parent
commit
2ab5bd540d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/role/index.vue

+ 1 - 1
src/views/system/role/index.vue

@@ -119,7 +119,7 @@
         </template>
       </el-table-column>
       <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
-        <template slot-scope="scope" v-if="scope.row.roleId !== 1 && scope.row.roleId !== 10 && scope.row.roleId !== 8 && scope.row.roleId !== 9" >
+        <template slot-scope="scope" v-if="scope.row.roleId !== 1 ">
           <el-button
             size="mini"
             type="text"