| | |
| | | await this.initRiskLevel() |
| | | }, |
| | | changeInspectionTask() { |
| | | this.updateMission(this.personListQuery) |
| | | this.updateMission(this.taskListQuery) |
| | | }, |
| | | changeTimeTask(){ |
| | | 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) |
| | | }, |
| | | |
| | | // 各部门预约 |
| | |
| | | }, |
| | | series: [ |
| | | { |
| | | name: '任务数量', |
| | | name: '当日认领数量', |
| | | type: 'bar', |
| | | data: this.claimedData, |
| | | itemStyle:{ |
| | |
| | | } |
| | | }, |
| | | { |
| | | name: '已完成', |
| | | name: '当日完成数量', |
| | | type: 'bar', |
| | | data: this.completedData, |
| | | itemStyle:{ |
| | |
| | | } |
| | | }, |
| | | { |
| | | name: '未完成', |
| | | name: '累计领取未完成数量', |
| | | type: 'bar', |
| | | data: this.uncompletedData, |
| | | itemStyle:{ |