Browse Source

Merge branch 'V0.0.5' of http://10.87.21.221:8000/jzyd_yyds/soc_web into V0.0.5

zhulu 1 year ago
parent
commit
2a47db373a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/router/index.js
  2. 2 2
      src/views/system/user/index.vue

+ 1 - 1
src/router/index.js

@@ -138,7 +138,7 @@ export const dynamicRoutes = [
     path: "/system/user-extend",
     component: Layout,
     hidden: true,
-    permissions: ["system:user:extend"],
+    permissions: ["system:information:edit"],
     children: [
       {
         path: "extend/:userId(\\d+)",

+ 2 - 2
src/views/system/user/index.vue

@@ -296,10 +296,10 @@
                   <el-button
                     size="mini"
                     type="text"
-                    v-if="scope.row.isManage == 'Y'"
+                    v-show="scope.row.isManage == 'Y'"
                     icon="el-icon-plus"
                     @click="handleExtend(scope.row)"
-                    v-hasPermi="['system:user:extend']"
+                    v-hasPermi="['system:information:edit']"
                     >补充信息</el-button
                   >
                   <el-button