Browse Source

角色管理

sqg 3 years ago
parent
commit
abb41eac44
1 changed files with 2 additions and 2 deletions
  1. 2 2
      front-vue/src/views/system/role/index.vue

+ 2 - 2
front-vue/src/views/system/role/index.vue

@@ -136,13 +136,13 @@
             @click="handleUpdate(scope.row)"
             v-hasPermi="['system:role:edit']"
           >修改</el-button>
-          <el-button
+          <!-- <el-button
             size="mini"
             type="text"
             icon="el-icon-circle-check"
             @click="handleDataScope(scope.row)"
             v-hasPermi="['system:role:edit']"
-          >数据权限</el-button>
+          >数据权限</el-button> -->
           <el-button
             size="mini"
             type="text"