20250527-MeetingReservationList.vue页面隐藏 导出会议日程 导出月度汇总按钮

This commit is contained in:
luoyu 2025-05-27 18:48:33 +08:00
parent 0d8de44e36
commit 86285f74c3

View File

@ -93,10 +93,11 @@
<span class='table-page-search-submitButtons'> <span class='table-page-search-submitButtons'>
<a-button type='primary' @click='$refs.table.refresh(true)'>查询</a-button> <a-button type='primary' @click='$refs.table.refresh(true)'>查询</a-button>
<a-button style='margin-left: 8px' @click='reset'>重置</a-button> <a-button style='margin-left: 8px' @click='reset'>重置</a-button>
<a-button v-if='isAdmin' type='danger' style='margin-left: 8px' <!-- 先做隐藏 20250527-->
@click='showExportDayModal = true'>导出会议日程</a-button> <!-- <a-button v-if='isAdmin' type='danger' style='margin-left: 8px'-->
<a-button v-if='isAdmin' type='danger' style='margin-left: 8px' <!-- @click='showExportDayModal = true'>导出会议日程</a-button>-->
@click='showExportMonthModal = true'>导出月度汇总</a-button> <!-- <a-button v-if='isAdmin' type='danger' style='margin-left: 8px'-->
<!-- @click='showExportMonthModal = true'>导出月度汇总</a-button>-->
</span> </span>
</a-col> </a-col>
</a-row> </a-row>