修改bug

This commit is contained in:
zhoulingpo
2023-07-31 15:54:34 +08:00
parent a4ba49dc1b
commit a782cc6c0f
22 changed files with 127 additions and 89 deletions
@@ -42,7 +42,7 @@
<a-button @click="handleAdd" v-show="show" type="primary" icon="plus">新增</a-button>
<a-button type="primary" v-show="show" icon="download" @click="handleExportXls('消息')">导出</a-button>
<a-upload v-show="show" name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl"
@change="handleImportExcel">
@change="handleImportExcel" :before-upload='beforeUpload'>
<a-button type="primary" icon="import">导入</a-button>
</a-upload>
<a-dropdown v-if="selectedRowKeys.length > 0">