|
@@ -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 }" 内容少 无需滚动-->
|