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

pms 瑞鹰日报 编辑 权限标识符

zhangcl 2 недель назад
Родитель
Сommit
656ce188ee
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/views/pms/iotrydailyreport/index.vue

+ 4 - 4
src/views/pms/iotrydailyreport/index.vue

@@ -44,7 +44,7 @@
           type="primary"
           plain
           @click="openForm('create')"
-          v-hasPermi="['pms:iot-rh-daily-report:create']"
+          v-hasPermi="['pms:iot-ry-daily-report:create']"
         >
           <Icon icon="ep:plus" class="mr-5px" /> 新增
         </el-button>
@@ -53,7 +53,7 @@
           plain
           @click="handleExport"
           :loading="exportLoading"
-          v-hasPermi="['pms:iot-rh-daily-report:export']"
+          v-hasPermi="['pms:iot-ry-daily-report:export']"
         >
           <Icon icon="ep:download" class="mr-5px" /> 导出
         </el-button>
@@ -128,7 +128,7 @@
               link
               type="primary"
               @click="openForm('update', scope.row.id, scope.row)"
-              v-hasPermi="['pms:iot-rh-daily-report:update']"
+              v-hasPermi="['pms:iot-ry-daily-report:update']"
             >
               编辑
             </el-button>
@@ -136,7 +136,7 @@
               link
               type="danger"
               @click="handleDelete(scope.row.id)"
-              v-hasPermi="['pms:iot-rh-daily-report:delete']"
+              v-hasPermi="['pms:iot-ry-daily-report:delete']"
             >
               删除
             </el-button>