|
@@ -11,7 +11,7 @@
|
11
|
11
|
prefix-icon="el-icon-date"
|
12
|
12
|
@change="changeTimeTwo"
|
13
|
13
|
:editable="false"
|
14
|
|
- style="width: 150px;"
|
|
14
|
+ style="width: 100%;"
|
15
|
15
|
type="date"
|
16
|
16
|
:picker-options="pickerOptions"
|
17
|
17
|
placeholder="选择开始时间"
|
|
@@ -25,7 +25,7 @@
|
25
|
25
|
<p>已收费:<span style="color: red">{{cal_two}}</span>人</p>
|
26
|
26
|
<p>已退费:<span style="color: red">{{cal_three}}</span>人</p>
|
27
|
27
|
</div> -->
|
28
|
|
- <div class="mainCell">
|
|
28
|
+ <div class="mainCell" style="margin-top:10px;">
|
29
|
29
|
<el-radio-group v-model="radio" @change="changeRadio">
|
30
|
30
|
<!-- <el-radio :label=1>未收费</el-radio>
|
31
|
31
|
<el-radio :label=2>已收费</el-radio>
|
|
@@ -918,7 +918,7 @@
|
918
|
918
|
}
|
919
|
919
|
},
|
920
|
920
|
created() {
|
921
|
|
- const tableHeight = document.body.clientHeight - 243
|
|
921
|
+ const tableHeight = document.body.clientHeight - 290
|
922
|
922
|
this.tableHeight = tableHeight
|
923
|
923
|
var nowDate = new Date()
|
924
|
924
|
var nowYear = nowDate.getFullYear()
|
|
@@ -4723,7 +4723,6 @@
|
4723
|
4723
|
|
4724
|
4724
|
}
|
4725
|
4725
|
.mainCell {
|
4726
|
|
- height: 36px;
|
4727
|
4726
|
display: flex;
|
4728
|
4727
|
align-items: center;
|
4729
|
4728
|
}
|