消息修改 会议新增权限修改 消息权限添加
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
|
||||
<!-- 操作按钮区域-->
|
||||
<div class="table-operator">
|
||||
<a-button type="primary" icon="plus" @click="handleAdd" v-has="'workingGroupConference:add'" v-if="canOperate">新增</a-button>
|
||||
<a-button type="primary" icon="plus" @click="handleAdd" v-has="'meeting:add'" v-if="canOperate">新增</a-button>
|
||||
<a-button type="primary" icon="export" @click="handleExportXls('工作组会议维护')"
|
||||
v-has="'workingGroupConference:export'">导出
|
||||
</a-button>
|
||||
|
||||
Reference in New Issue
Block a user