Просмотр исходного кода

Merge branch 'master' of http://1.94.244.160:3000/shuzhihua/pms-iot-vue

Zimo 1 неделя назад
Родитель
Сommit
abd6cb1e1a
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>