[update] 修改bug83147

This commit is contained in:
lideqin
2024-03-27 18:03:42 +08:00
parent 4beae108f5
commit 1dd6bdd623
@@ -93,7 +93,7 @@
<a-button type="primary" icon="plus" @click="handleAdd" v-has:[authorCode.add]="'committeeMeeting:add'">新增
</a-button>
<a-button type="primary" icon="export" @click="handleExportXls('会议维护')"
v-has:[authorCode.search]="'committeeMeeting:export'">导出
v-has:[authorCode.export]="'committeeMeeting:export'">导出
</a-button>
<a-button type="danger" icon="delete" @click="batchDel"
v-has:[authorCode.batchDel]="'committeeMeeting:batchDel'">批量删除