forked from integrated_whb/integrated_whb_vue
修改流程图
parent
4315877414
commit
a443986e7d
|
@ -50,12 +50,12 @@ const fnGetStatus = (step) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const fnGetShowStepUser = (step) => {
|
const fnGetShowStepUser = (step) => {
|
||||||
if (step.FINISHED_SIGN_USER) {
|
if (step.SIGN_USER) {
|
||||||
return step.ACT_USER_NAME;
|
return step.SIGN_USER;
|
||||||
|
} else if (step.FINISHED_SIGN_USER) {
|
||||||
|
return step.FINISHED_SIGN_USER;
|
||||||
} else if (step.ACT_USER_NAME) {
|
} else if (step.ACT_USER_NAME) {
|
||||||
return step.ACT_USER_NAME;
|
return step.ACT_USER_NAME;
|
||||||
} else if (step.SIGN_USER) {
|
|
||||||
return step.SIGN_USER;
|
|
||||||
} else if (step.CAN_SKIP && !props.flowing[step.ACTOR_FIELD]) {
|
} else if (step.CAN_SKIP && !props.flowing[step.ACTOR_FIELD]) {
|
||||||
return "已跳过";
|
return "已跳过";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue