浏览代码

预装箱单成衣导入导出按钮名称修改

jbb 2 年之前
父节点
当前提交
bd35632939
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/packing-list/clothes-list.vue

+ 2 - 2
src/views/packing-list/clothes-list.vue

@@ -101,9 +101,9 @@
         <a-button type="primary" @click="push" icon="export">推送</a-button>
         <a-button type="primary" @click="bitchSubmit" icon="check">批量提交</a-button>
         <a-button type="primary" @click="bitchCanelSubmit" icon="close">批量取消提交</a-button>
-        <a-button type="primary" icon="download" @click="handleExportXls('装箱单-成衣')">导出</a-button>
+        <a-button type="primary" icon="download" @click="handleExportXls('装箱单-成衣')">装箱单成衣导出</a-button>
         <a-upload  name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl"  @change="handleImportExcel" >
-          <a-button type="primary" icon="import">导入</a-button>
+          <a-button type="primary" icon="import">导入-来源预装箱单</a-button>
         </a-upload>
       </div>