fix : 修改审批记录回退节点icon
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -229,8 +229,10 @@ const initOperationFun = (operation) => {
|
||||
}
|
||||
//回退
|
||||
if (state === 'ROLLBACK') {
|
||||
operation["icon"] = "RefreshLeft"
|
||||
operation["color"] = "#f78f5f"
|
||||
// operation["icon"] = "RefreshLeft"
|
||||
// operation["color"] = "#f78f5f"
|
||||
operation["icon"] = "CircleCloseFilled"
|
||||
operation["color"] = "#f56c6c"
|
||||
operation["remark"] = " 回退成功"
|
||||
}
|
||||
//拒绝操作
|
||||
|
||||
Reference in New Issue
Block a user