|
@@ -89,8 +89,8 @@
|
|
<div class="table-operator">
|
|
<div class="table-operator">
|
|
<a-button type="primary" @click="openClothesAdd" icon="plus">新增</a-button>
|
|
<a-button type="primary" @click="openClothesAdd" icon="plus">新增</a-button>
|
|
<a-button type="primary" @click="push" icon="export">推送</a-button>
|
|
<a-button type="primary" @click="push" icon="export">推送</a-button>
|
|
- <a-button type="primary" @click="bitchSubmit" icon="export">批量提交</a-button>
|
|
|
|
- <a-button type="primary" @click="bitchCanelSubmit" 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-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel" >
|
|
<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>
|
|
</a-upload>
|