Parcourir la source

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

jbb il y a 2 ans
Parent
commit
7aee93e63a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 }" 内容少 无需滚动-->