fix: 1338 状态显示完成,流程步骤显示确认为灰色
This commit is contained in:
parent
8048fc5ec9
commit
5ea7738ef6
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue