消息修改 会议新增权限修改 消息权限添加

This commit is contained in:
fengachen
2021-09-24 19:43:58 +08:00
parent e42a587e71
commit a1f5f9f950
10 changed files with 155 additions and 129 deletions
@@ -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>