Alex %!s(int64=4) %!d(string=hai) anos
pai
achega
ea9acb2554
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/views/system/personalPage/index.vue

+ 3 - 3
src/views/system/personalPage/index.vue

@@ -37,7 +37,7 @@
           icon="el-icon-plus"
           size="mini"
           @click="handleAdd"
-          v-hasPermi="['system:personalPage:add']"
+          v-hasPermi="['system:personal:page:add']"
         >新增</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -47,7 +47,7 @@
           size="mini"
           :disabled="single"
           @click="handleUpdate"
-          v-hasPermi="['system:personalPage:edit']"
+          v-hasPermi="['system:personal:page:edit']"
         >修改</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -57,7 +57,7 @@
           size="mini"
           :disabled="multiple"
           @click="handleDelete"
-          v-hasPermi="['system:personalPage:remove']"
+          v-hasPermi="['system:personal:page:remove']"
         >删除</el-button>
       </el-col>
 	  <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>