|
@@ -92,9 +92,9 @@
|
|
|
<a-upload productName="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
|
|
|
<a-button type="primary" icon="import">导入</a-button>
|
|
|
</a-upload>
|
|
|
- <a-button type="primary" @click="batchSubmit" icon="plus">批量提交</a-button>
|
|
|
- <a-button type="primary" @click="batchCanelSubmit" icon="plus">批量取消提交</a-button>
|
|
|
- <a-button type="primary" @click="batchPush" icon="plus">批量推送</a-button>
|
|
|
+ <a-button type="primary" @click="batchSubmit" icon="check">批量提交</a-button>
|
|
|
+ <a-button type="primary" @click="batchCanelSubmit" icon="close">批量取消提交</a-button>
|
|
|
+ <a-button type="primary" @click="batchPush" icon="export">批量推送</a-button>
|
|
|
</div>
|
|
|
|
|
|
<!-- table rowKey="id" -->
|