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