|
@@ -5,6 +5,7 @@
|
|
|
</h2>
|
|
|
<div class="m-core">
|
|
|
<div class="m-wrap">
|
|
|
+ <div class="title">课酬导出:</div>
|
|
|
<el-date-picker v-model="mouth"
|
|
|
type="month"
|
|
|
placeholder="选择月"
|
|
@@ -12,7 +13,7 @@
|
|
|
|
|
|
<div class="newBand"
|
|
|
@click="exportSalar"
|
|
|
- v-permission="'export/teacherSalary'">导出课酬</div>
|
|
|
+ v-permission="'export/teacherSalary'">导出</div>
|
|
|
<el-tooltip placement="top"
|
|
|
popper-class="mTooltip">
|
|
|
<div slot="content">
|
|
@@ -23,9 +24,14 @@
|
|
|
style="font-size: 18px; color: #F56C6C"></i>
|
|
|
</el-tooltip>
|
|
|
</div>
|
|
|
+ <el-divider></el-divider>
|
|
|
<div class="m-core">
|
|
|
<div class="m-wrap">
|
|
|
+ <div class="title">乐团招生汇总:
|
|
|
+ </div>
|
|
|
<el-select v-model.trim="organIdList"
|
|
|
+ class="organSelect"
|
|
|
+ style="width:100%"
|
|
|
filterable
|
|
|
multiple
|
|
|
clearable>
|
|
@@ -37,7 +43,7 @@
|
|
|
|
|
|
<div class="newBand"
|
|
|
@click="exportMusicGroup"
|
|
|
- v-permission="'export/musicGroupRegister'">招生情况汇总表导出</div>
|
|
|
+ v-permission="'export/musicGroupRegister'">导出</div>
|
|
|
<el-tooltip placement="top"
|
|
|
popper-class="mTooltip">
|
|
|
<div slot="content">
|
|
@@ -193,20 +199,33 @@ export default {
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
.m-container {
|
|
|
- .m-wrap {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: flex-start;
|
|
|
- width: 100%;
|
|
|
- // align-items: center;
|
|
|
- .newBand {
|
|
|
- margin: 0 5px 0 10px;
|
|
|
- }
|
|
|
- .el-tooltip.micon {
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- position: relative;
|
|
|
- top: 12px;
|
|
|
+ .m-core {
|
|
|
+ margin-top: 20px;
|
|
|
+ .m-wrap {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: flex-start;
|
|
|
+ width: 100%;
|
|
|
+ // align-items: center;
|
|
|
+ .newBand {
|
|
|
+ margin: 0 5px 0 10px;
|
|
|
+ }
|
|
|
+ .title {
|
|
|
+ width: 120px;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ text-align: right;
|
|
|
+ color: #606266;
|
|
|
+ }
|
|
|
+ .organSelect {
|
|
|
+ width: 220px !important;
|
|
|
+ }
|
|
|
+ .el-tooltip.micon {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ position: relative;
|
|
|
+ top: 12px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|