讲师费用下 控制

This commit is contained in:
gengxin
2025-02-18 17:25:32 +08:00
parent c4ee10f3da
commit 3ec80d27ef

View File

@@ -60,18 +60,14 @@
</div> </div>
</a-form> </a-form>
<div style="width: 100%;"></div> <div style="width: 100%;"></div>
<div v-if="checkMenu('lecturerSummaryExport')" style="display: flex; margin-bottom: 20px"> <div style="display: flex; margin-bottom: 20px">
<a-button class="resetbtn" @click="handleFeeMonthly" type="primary"> <a-button v-if="checkMenu('lecturerSummaryExport')" class="resetbtn" @click="handleFeeMonthly" type="primary">
<UploadOutlined />导出 <UploadOutlined />导出
</a-button> </a-button>
</div> <a-button v-if="checkMenu('lecturerMonthDown')" class="resetbtn" @click="handleFeeMonthlyDown" type="primary">
<div v-if="checkMenu('lecturerMonthDown')" style="display: flex; margin-bottom: 20px">
<a-button class="resetbtn" @click="handleFeeMonthlyDown" type="primary">
<UploadOutlined />讲师月度费用下载 <UploadOutlined />讲师月度费用下载
</a-button> </a-button>
</div> <a-button v-if="checkMenu('lecturerMonthDetailDown')" class="resetbtn" @click="handleFeeMonthlyDetail" type="primary">
<div v-if="checkMenu('lecturerMonthDetailDown')" style="display: flex; margin-bottom: 20px">
<a-button class="resetbtn" @click="handleFeeMonthlyDetail" type="primary">
<UploadOutlined />讲师费用详情下载 <UploadOutlined />讲师费用详情下载
</a-button> </a-button>
</div> </div>