Browse Source

权限控制

lilei 2 years ago
parent
commit
4ebe2e0a32
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/productManagement/productInfo/list.vue

+ 2 - 1
src/views/productManagement/productInfo/list.vue

@@ -111,7 +111,8 @@
           @click="handleBatchDownline"
           style="margin: 0 10px;">批量下线</a-button>
         <a-button
-          id="productInfoList-batchLaunch"
+          id="productInfoList-batchImport"
+          v-if="$hasPermissions('B_productInfo_batchImport')"
           type="primary"
           class="button-error"
           @click="openGuideModal=true"