소스 검색

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend into dev

ysy 1 년 전
부모
커밋
e71c5755f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system/user/index.vue

+ 1 - 1
src/views/system/user/index.vue

@@ -21,7 +21,7 @@
             icon="el-icon-plus"
             class="ele-btn-icon"
             @click="openEdit()"
-            v-if="$hasPermission('eom:contact:staff')"
+            v-if="$hasPermission('sys:account:add')"
           >
             新建
           </el-button>