【bug】 导出文件名修改
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
<!-- <a-button type="primary" icon="import" @click="importParticipant">导入参会人</a-button>-->
|
||||
<a-button type="primary" icon="plus" @click="addParticipant" v-has:[authorCode.add]="'attendance:add'">添加参会人
|
||||
</a-button>
|
||||
<a-button type="primary" icon="download" @click="handleExportXls('会员项目')"
|
||||
<a-button type="primary" icon="download" @click="handleExportXls('参会信息')"
|
||||
v-has:[authorCode.export]="'attendance:export'">导出
|
||||
</a-button>
|
||||
<a-button type="danger" icon="delete" @click="batchDel" v-has:[authorCode.batchDel]="'attendance:batchDel'">
|
||||
|
||||
Reference in New Issue
Block a user