fix : 修改审批记录回退节点icon

This commit is contained in:
2024-08-06 18:45:31 +08:00
parent d27576ede2
commit 74fd0a8610
3 changed files with 9 additions and 5 deletions

View File

@@ -80,8 +80,10 @@ const initUser = (user) => {
user["color"] = "#c0c4cc"
}
if (state === 'ROLLBACK') {
user["icon"] = 'RefreshLeft'
user["color"] = "#f78f5f"
// user["icon"] = 'RefreshLeft'
// user["color"] = "#f78f5f"
user["icon"] = 'CircleCloseFilled'
user["color"] = "#f56c6c"
}
return user;
}