yanghao пре 1 недеља
родитељ
комит
f67a808961
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/views/pms/qhse/socData/index.vue

+ 3 - 3
src/views/pms/qhse/socData/index.vue

@@ -39,7 +39,7 @@
           type="primary"
           plain
           @click="openForm('create')"
-          v-hasPermi="['iot:product-classify:create']"
+          v-hasPermi="['rq:iot-soc-source:create']"
         >
           <Icon icon="ep:plus" class="mr-5px" /> 新增
         </el-button>
@@ -82,7 +82,7 @@
             link
             type="primary"
             @click="openForm('update', scope.row.id)"
-            v-hasPermi="['iot:product-classify:update']"
+            v-hasPermi="['rq:iot-soc-source:update']"
           >
             修改
           </el-button>
@@ -90,7 +90,7 @@
             link
             type="danger"
             @click="handleDelete(scope.row.id)"
-            v-hasPermi="['iot:product-classify:delete']"
+            v-hasPermi="['rq:iot-soc-source:delete']"
           >
             删除
           </el-button>