浏览代码

修改bug

chenrui 2 月之前
父节点
当前提交
0a273bac7f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/productManagement/foreignTradeGoods/list.vue

+ 1 - 1
src/views/productManagement/foreignTradeGoods/list.vue

@@ -42,7 +42,7 @@
               <a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="foreignTradeGoods-reset">重置</a-button>
               <a-button
                 style="margin-left: 5px"
-
+                v-if="$hasPermissions('B_foreignTradeGoodsage_export')"
                 type="primary"
                 class="button-warning"
                 @click="handleExport"