Browse Source

装箱单面辅料导入导出按钮文字修改

jbb 2 years ago
parent
commit
7aee93e63a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/packing-list/fabric-list.vue

+ 1 - 1
src/views/packing-list/fabric-list.vue

@@ -53,7 +53,7 @@
         <a-button type="primary" @click="bitchSubmitList" icon="check">批量提交</a-button>
         <a-button type="primary" @click="bitchCancelSubmitList" icon="close">批量取消提交</a-button>
         <a-button type="primary" @click="push" icon="export">推送</a-button>
-        <a-button type="primary" icon="download" @click="handleExportXls('装箱单-面辅料')">导出</a-button>
+        <a-button type="primary" icon="download" @click="handleExportXls('装箱单-面辅料')">装箱单面辅料导出</a-button>
       </div>
 
       <!-- 子表  :scroll="{ x: 1500 }" 内容少 无需滚动-->