|
@@ -174,7 +174,7 @@
|
174
|
174
|
<el-dialog
|
175
|
175
|
title="调整排班"
|
176
|
176
|
:visible.sync="tzDialogVisible"
|
177
|
|
- width="350px"
|
|
177
|
+ width="365px"
|
178
|
178
|
center>
|
179
|
179
|
<div style="width:100%;margin:0 auto">
|
180
|
180
|
<el-radio-group v-model="tiaoZhengType" :class="tiaozhengclass" >
|
|
@@ -294,6 +294,7 @@ export default {
|
294
|
294
|
},
|
295
|
295
|
data() {
|
296
|
296
|
return {
|
|
297
|
+ // tableContainHeight:400,
|
297
|
298
|
// tableHeight:'window.innerHeight - 0',
|
298
|
299
|
rowClass:'table-row-new-class schedule-table-row',
|
299
|
300
|
searchKey:'',
|
|
@@ -1054,6 +1055,9 @@ export default {
|
1054
|
1055
|
ScheduleItem,
|
1055
|
1056
|
},
|
1056
|
1057
|
mounted() {
|
|
1058
|
+ console.log(this.tableContainHeight );
|
|
1059
|
+ this.tableContainHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 160;
|
|
1060
|
+ console.log(this.tableContainHeight );
|
1057
|
1061
|
// var theType = this.weekType(this.weekTime);
|
1058
|
1062
|
// this.getSchedules(theType);
|
1059
|
1063
|
const that = this
|
|
@@ -1069,9 +1073,9 @@ export default {
|
1069
|
1073
|
})()
|
1070
|
1074
|
}
|
1071
|
1075
|
},
|
1072
|
|
- mounted:function(){
|
1073
|
|
- this.tableContainHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 160
|
1074
|
|
- },
|
|
1076
|
+ // mounted:function(){
|
|
1077
|
+ // this.tableContainHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 160
|
|
1078
|
+ // },
|
1075
|
1079
|
created(){
|
1076
|
1080
|
rowNumber = 0;
|
1077
|
1081
|
this.modeOptions = this.$store.getters.treatment_mode;
|