소스 검색

快递公司权限调整

yfh 1 개월 전
부모
커밋
0dfc1a25dd
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/views/hisStore/express/index.vue

+ 6 - 6
src/views/hisStore/express/index.vue

@@ -23,7 +23,7 @@
           icon="el-icon-plus"
           size="mini"
           @click="handleAdd"
-          v-hasPermi="['store:express:add']"
+          v-hasPermi="['his:express:add']"
         >新增</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -33,7 +33,7 @@
           size="mini"
           :disabled="single"
           @click="handleUpdate"
-          v-hasPermi="['store:express:edit']"
+          v-hasPermi="['his:express:edit']"
         >修改</el-button>
       </el-col>
       <el-col :span="1.5">
@@ -43,7 +43,7 @@
           size="mini"
           :disabled="multiple"
           @click="handleDelete"
-          v-hasPermi="['store:express:remove']"
+          v-hasPermi="['his:express:remove']"
         >删除</el-button>
       </el-col>
 	  <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -63,21 +63,21 @@
             type="text"
             icon="el-icon-edit"
             @click="handleAllot(scope.row)"
-            v-hasPermi="['store:express:allot']"
+            v-hasPermi="['his:express:allot']"
           >分配公司</el-button>
           <el-button
             size="mini"
             type="text"
             icon="el-icon-edit"
             @click="handleUpdate(scope.row)"
-            v-hasPermi="['store:express:edit']"
+            v-hasPermi="['his:express:edit']"
           >修改</el-button>
           <el-button
             size="mini"
             type="text"
             icon="el-icon-delete"
             @click="handleDelete(scope.row)"
-            v-hasPermi="['store:express:remove']"
+            v-hasPermi="['his:express:remove']"
           >删除</el-button>
         </template>
       </el-table-column>