浏览代码

权限控制

lilei 2 年之前
父节点
当前提交
4ebe2e0a32
共有 1 个文件被更改,包括 2 次插入1 次删除
  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"