[update 海外会议] 去掉发布按钮

This commit is contained in:
danshihao
2024-06-25 14:51:11 +08:00
parent 1938867db2
commit 1a1ca0e341
@@ -74,7 +74,7 @@
<a-button type="primary" icon="download" @click="handleExportXls('海外会议')" v-has="'overseasMeeting:export'">导出
</a-button>
<a-button type="danger" icon="delete" @click="batchDel" v-has="'overseasMeeting:batchDel'">批量删除</a-button>
<a-button @click="releaseMeeing" type="primary" v-has="'overseasMeeting:publish'">发布</a-button>
<!--<a-button @click="releaseMeeing" type="primary" v-has="'overseasMeeting:publish'">发布</a-button>-->
</div>
<!-- table区域-begin -->