From 5ea7738ef6c3e32d127c11c5841da4b1b8d34c52 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Fri, 26 Apr 2024 09:45:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201338=20=E7=8A=B6=E6=80=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AE=8C=E6=88=90=EF=BC=8C=E6=B5=81=E7=A8=8B=E6=AD=A5?= =?UTF-8?q?=E9=AA=A4=E6=98=BE=E7=A4=BA=E7=A1=AE=E8=AE=A4=E4=B8=BA=E7=81=B0?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/claimAndRefund/receiveByCq/receiveExamineByCq.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue index 6845eac7..b15c36ef 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveExamineByCq.vue @@ -409,6 +409,10 @@ export default { this.flowPath[2].color = '' this.flowPath[2].icon = '' } + if (this.queryParams.examineStatusId == 35) { + this.flowPath[2].color = '#0bbd87' + this.flowPath[2].icon = 'el-icon-check' + } // if (this.queryParams.examineStatusId == 100) { // this.flowPath[2].color = 'red' // this.flowPath[2].icon = 'el-icon-close'