| | |
| | | }, |
| | | |
| | | changeCompleteTimeInspectionPerson() { |
| | | console.log(this.value2,this.completeListQuery,'222') |
| | | if(this.value2 !== null){ |
| | | this.completeListQuery.startTime = this.value2[0] |
| | | this.completeListQuery.endTime = this.value2[1] |
| | |
| | | await this.initRiskLevel() |
| | | }, |
| | | changeInspectionTask() { |
| | | this.updateMission(this.personListQuery) |
| | | this.updateMission(this.taskListQuery) |
| | | }, |
| | | changeTimeTask(){ |
| | | console.log(this.value3,this.taskListQuery,'333') |
| | | if(this.value3 !== null){ |
| | | this.taskListQuery.startTime = this.value1[0] |
| | | this.taskListQuery.endTime = this.value1[1] |
| | | this.taskListQuery.startTime = this.value3[0] |
| | | this.taskListQuery.endTime = this.value3[1] |
| | | } |
| | | this.updateMission(this.personListQuery) |
| | | this.updateMission(this.taskListQuery) |
| | | }, |
| | | |
| | | // 各部门预约 |
| | |
| | | .main-cont { |
| | | display: grid; |
| | | grid-template-columns: repeat(3, minmax(100px, 1fr)); |
| | | grid-template-rows: repeat(2, 1fr); |
| | | grid-template-rows: repeat(2, calc(50% - 20px)); |
| | | grid-auto-flow: row; |
| | | padding: 10px; |
| | | margin-bottom: 20px; |
| | |
| | | .main-cont { |
| | | display: grid; |
| | | grid-template-columns: repeat(3, minmax(100px, 1fr)); |
| | | grid-template-rows: repeat(2, 1fr); |
| | | grid-template-rows: repeat(2, calc((100% - 35px)/2)); |
| | | grid-auto-flow: row; |
| | | padding: 10px; |
| | | margin-bottom: 20px; |