[update] 修改bug83147
This commit is contained in:
@@ -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'">批量删除
|
||||
|
||||
Reference in New Issue
Block a user