src/views/workOrder/workOrderClose.vue
@@ -6,7 +6,7 @@ <el-button v-waves icon="el-icon-switch-button" type="success" @click="orderClose()">工单关闭</el-button> </div> <div class="bodyTopFormGroup" style="margin-top: 10px;"> <div class="bodyTopFormGroup"> <el-form ref="form" :model="form" @@ -2631,7 +2631,7 @@ getHeight() { this.$nextTick(() => { this.mainHeight = window.innerHeight - 85 this.tableHeight = this.mainHeight - 245 this.tableHeight = this.mainHeight - 295 if (window.innerHeight < 769) { this.tableHeight = this.tableHeight - 20 }