Ver código fonte

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

jbb 2 anos atrás
pai
commit
bd35632939
1 arquivos alterados com 2 adições e 2 exclusões
  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>