lipenghui 2 달 전
부모
커밋
e09ec2fbd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/pms/maintain/index.vue

+ 1 - 1
src/views/pms/maintain/index.vue

@@ -125,7 +125,7 @@
               type="primary"
               plain
               @click="openForm('create')"
-              v-hasPermi="['rq:iot-device:create']"
+              v-hasPermi="['rq:iot-maintain:create']"
               >
               <Icon icon="ep:plus" class="mr-5px" />  {{ t('maintain.added') }}
             </el-button>