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'