mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
讲师费用下 控制
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user