소스 검색

修改权限

Administrator 4 년 전
부모
커밋
749145d2e6
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      ruoyi-ui/src/views/deptplan/index.vue

+ 6 - 6
ruoyi-ui/src/views/deptplan/index.vue

@@ -41,7 +41,7 @@
           icon="el-icon-plus"
           size="mini"
           @click="handleAdd"
-          v-hasPermi="['deptplan:plan:add']"
+          v-hasPermi="['deptplan:Plan:add']"
         >新增</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -52,7 +52,7 @@
           size="mini"
           :disabled="single"
           @click="handleUpdate"
-          v-hasPermi="['deptplan:plan:edit']"
+          v-hasPermi="['deptplan:Plan:edit']"
         >修改</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -63,7 +63,7 @@
           size="mini"
           :disabled="multiple"
           @click="handleDelete"
-          v-hasPermi="['deptplan:plan:remove']"
+          v-hasPermi="['deptplan:Plan:remove']"
         >删除</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -73,7 +73,7 @@
           icon="el-icon-download"
           size="mini"
           @click="handleExport"
-          v-hasPermi="['deptplan:plan:export']"
+          v-hasPermi="['deptplan:Plan:export']"
         >导出</el-button>
       </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -95,14 +95,14 @@
             type="text"
             icon="el-icon-edit"
             @click="handleUpdate(scope.row)"
-            v-hasPermi="['deptplan:plan:edit']"
+            v-hasPermi="['deptplan:Plan:edit']"
           >修改</el-button>
           <el-button
             size="mini"
             type="text"
             icon="el-icon-delete"
             @click="handleDelete(scope.row)"
-            v-hasPermi="['deptplan:plan:remove']"
+            v-hasPermi="['deptplan:Plan:remove']"
           >删除</el-button>
         </template>
       </el-table-column>