Sfoglia il codice sorgente

pms 瑞鹰 日报修改权限

zhangcl 3 giorni fa
parent
commit
e3aa9a6720
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/pms/iotrydailyreport/xjindex.vue

+ 2 - 2
src/views/pms/iotrydailyreport/xjindex.vue

@@ -201,7 +201,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>
@@ -209,7 +209,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>