瀏覽代碼

权限设置

yjwang 1 天之前
父節點
當前提交
cb864c173f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/his/company/index.vue
  2. 1 1
      src/views/hisStore/store/index.vue

+ 1 - 1
src/views/his/company/index.vue

@@ -248,7 +248,7 @@
             type="text"
             icon="el-icon-s-tools"
             @click="handleErpInfo(scope.row)"
-            v-hasPermi="['his:company:edit']"
+            v-hasPermi="['his:storeErpInfo:edit']"
           >设置ERP信息</el-button>
         </template>
       </el-table-column>

+ 1 - 1
src/views/hisStore/store/index.vue

@@ -261,7 +261,7 @@
             type="text"
             icon="el-icon-s-tools"
             @click="handleErpInfo(scope.row)"
-            v-hasPermi="['his:store:edit']"
+            v-hasPermi="['his:storeErpInfo:edit']"
           >设置ERP信息</el-button>
           <el-button
             size="mini"