From 7158e4aa2aa26354006629e1a1f05dc23425fc9a Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 2 Jan 2025 20:58:55 +0800 Subject: [PATCH] =?UTF-8?q?task#=EF=BC=8C=E5=B8=88=E5=82=85=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/kpiIndex.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/kpi/kpiIndex.vue b/src/views/kpi/kpiIndex.vue index 58ea78ed..b40a0505 100644 --- a/src/views/kpi/kpiIndex.vue +++ b/src/views/kpi/kpiIndex.vue @@ -1135,7 +1135,7 @@ export default { return {...item, date: formatVal}; }); this.loading = false - if (this.active === 4) {//拒单明细 + if (this.active === 6) {//拒单明细 this.labelList = [ {label: '案件编号', prop: 'orderCode'}, {label: '服务内容', prop: 'serviceName'}, @@ -1146,7 +1146,7 @@ export default { {label: '中道派单时间', prop: 'dispatchTime'}, {label: '拒绝原因', prop: 'reason'}, ] - } else if (this.active === 5) {//超时明细 + } else if (this.active === 7) {//超时明细 this.labelList = [ {label: '案件编号', prop: 'orderCode'}, {label: '服务内容', prop: 'serviceName'}, @@ -1156,7 +1156,7 @@ export default { {label: '上游接单来源', prop: 'workSource'}, {label: '中道派单时间', prop: 'dispatchTime'}, ] - } else if (this.active === 6) {//投诉明细 + } else if (this.active === 8) {//投诉明细 this.labelList = [ {label: '案件编号', prop: 'orderCode'}, {label: '服务内容', prop: 'serviceName'}, @@ -1165,7 +1165,7 @@ export default { {label: '投诉时间', prop: 'complainCreateTime'}, {label: '投诉类型', prop: 'complainTypeString'}, ] - } else if (this.active === 7) {//不使用App案件明细 + } else if (this.active === 9) {//不使用App案件明细 this.labelList = [ {label: '案件编号', prop: 'orderCode'}, {label: '服务内容', prop: 'serviceName'}, @@ -1173,7 +1173,7 @@ export default { {label: '工单创建时间', prop: 'orderCreateTime'}, {label: '事发地', prop: 'vehiclePointAddress'}, ] - } else if (this.active === 8) {//车辆在线情况 + } else if (this.active === 10) {//车辆在线情况 this.labelList = [ {label: '日期', prop: 'date'}, {label: '0点在线车辆数量', prop: 'zeroClockVehicleCount'},