浏览代码

修改bug

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

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

@@ -41,8 +41,8 @@
               <a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="foreignTradeGoods-refresh">查询</a-button>
               <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')"
+                style="margin-left: 5px;"
+                v-if="$hasPermissions('B_foreignTradeGood_export')"
                 type="primary"
                 class="button-warning"
                 @click="handleExport"