Browse Source

feat:初核情况改为始终可以查看

master
buaixuexideshitongxue 1 month ago
parent
commit
b225d281e1
  1. 2
      src/utils/flow.ts

2
src/utils/flow.ts

@ -10,7 +10,7 @@ export function getComponents(flowKey:string) {
case FlowNodeEnum.SECOND_DISTRIBUTE: case FlowNodeEnum.SECOND_DISTRIBUTE:
return ['negative-distribute']; return ['negative-distribute'];
case FlowNodeEnum.VERIFY: case FlowNodeEnum.VERIFY:
return ['negative-verify']; return ['negative-verify-description','negative-verify'];
case FlowNodeEnum.SECOND_APPROVE: case FlowNodeEnum.SECOND_APPROVE:
return ['negative-verify-description']; return ['negative-verify-description'];
case FlowNodeEnum.FIRST_APPROVE: case FlowNodeEnum.FIRST_APPROVE:

Loading…
Cancel
Save