소스 검색

Merge branch 'master' of http://106.15.38.8:3000/yaoyq/imcs-yj-fe

王克恕 3 년 전
부모
커밋
1201b54cc7
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      imcs-ui/src/views/zuihou/resourceProductMgr/deviceMgr/Index.vue

+ 6 - 0
imcs-ui/src/views/zuihou/resourceProductMgr/deviceMgr/Index.vue

@@ -180,6 +180,9 @@
         prop="category.data"
         :label="$t('resource.table.resours.category')"
         width="100px"
+        v-if="
+          this.$store.state.account.permissions.includes('resource:superview')
+        "
       ></el-table-column>
       <el-table-column
         prop="zoneName"
@@ -190,6 +193,9 @@
         prop="positionCount"
         :label="$t('resource.table.resours.nums')"
         width="120px"
+        v-if="
+          this.$store.state.account.permissions.includes('resource:superview')
+        "
       ></el-table-column>
       <el-table-column
         prop="cncProgram"