feat
parent
0dbc0a18d9
commit
45d7838757
|
|
@ -89,8 +89,8 @@ const buildProcessTabs = (projectNode) => {
|
|||
const unlocked = allPrevDone(7);
|
||||
return {
|
||||
...item,
|
||||
state: unlocked ? "待办理" : "前置未完成",
|
||||
stateType: unlocked ? "default" : "warning",
|
||||
state: unlocked ? node.state === 1 ? "已完成" : "待办理" : "前置未完成",
|
||||
stateType: unlocked ? node.state === 1 ? "success" : "default" : "warning",
|
||||
locked: !unlocked,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue