fix: 1338 状态显示完成,流程步骤显示确认为灰色

This commit is contained in:
binbin_pan 2024-04-26 09:45:00 +08:00
parent 8048fc5ec9
commit 5ea7738ef6
1 changed files with 4 additions and 0 deletions

View File

@ -409,6 +409,10 @@ export default {
this.flowPath[2].color = '' this.flowPath[2].color = ''
this.flowPath[2].icon = '' 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) { // if (this.queryParams.examineStatusId == 100) {
// this.flowPath[2].color = 'red' // this.flowPath[2].color = 'red'
// this.flowPath[2].icon = 'el-icon-close' // this.flowPath[2].icon = 'el-icon-close'