【fix:bug87189】- 会议汇总-会议酒店推荐按钮 增加权限

This commit is contained in:
fengchenchen
2024-07-15 17:47:36 +08:00
parent 773372161c
commit 91f535fa29
@@ -99,7 +99,7 @@
<div class="table-operator">
<!-- <a-button @click="handleAdd" type="primary" icon="plus" v-has="'otherMeeting:add'">新增</a-button>-->
<a-button type="primary" icon="download" @click="handleExportXls('会议汇总')" v-has="'allmeeting:export'">导出</a-button>
<a-button type="primary" @click="handleEnterRecommendHotelPage" v-has="'allmeeting:export'">会议酒店推荐</a-button>
<a-button type="primary" @click="handleEnterRecommendHotelPage" v-has="'allmeeting:recommendHotel'">会议酒店推荐</a-button>
<!-- <a-button type="danger" icon="delete" @click="batchDel" v-has="'otherMeeting:batchDel'">批量删除</a-button>-->
<!-- <a-button @click="releaseMeeing" type="primary" v-has="'otherMeeting:release'">发布</a-button>-->
</div>