讲师费月度

This commit is contained in:
gengxin
2025-02-21 11:24:07 +08:00
parent 30d6d5ffc1
commit 8c13cb99e5

View File

@@ -64,10 +64,10 @@
<a-button v-if="checkMenu('lecturerSummaryExport')" class="resetbtn" @click="handleFeeMonthly" type="primary"> <a-button v-if="checkMenu('lecturerSummaryExport')" class="resetbtn" @click="handleFeeMonthly" type="primary">
<UploadOutlined />导出 <UploadOutlined />导出
</a-button> </a-button>
<a-button v-if="checkMenu('lecturerMonthDown')" class="resetbtn" @click="handleFeeMonthlyDown" type="primary"> <a-button v-if="checkMenu('lecturerMonthDown')" class="resetbtn-mo" @click="handleFeeMonthlyDown" type="primary">
<UploadOutlined />讲师月度费用下载 <UploadOutlined />讲师月度费用下载
</a-button> </a-button>
<a-button v-if="checkMenu('lecturerMonthDetailDown')" class="resetbtn" @click="handleFeeMonthlyDetail" type="primary"> <a-button v-if="checkMenu('lecturerMonthDetailDown')" class="resetbtn-mo" @click="handleFeeMonthlyDetail" type="primary">
<UploadOutlined />讲师费用详情下载 <UploadOutlined />讲师费用详情下载
</a-button> </a-button>
</div> </div>
@@ -1140,6 +1140,18 @@ export default {
cursor: pointer; cursor: pointer;
} }
.resetbtn-mo {
width: 200px;
height: 40px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
flex-shrink: 0;
cursor: pointer;
}
//展开收起样式 //展开收起样式
.moreidbtn { .moreidbtn {
border: none; border: none;