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

@@ -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"] = " 回退成功"
}
//拒绝操作