feat: 路由分支流程图展示高亮
This commit is contained in:
@ -128,7 +128,8 @@ const setSimpleModelNodeTaskStatus = (
|
||||
if (
|
||||
simpleModel.type === NodeType.CONDITION_BRANCH_NODE ||
|
||||
simpleModel.type === NodeType.PARALLEL_BRANCH_NODE ||
|
||||
simpleModel.type === NodeType.INCLUSIVE_BRANCH_NODE
|
||||
simpleModel.type === NodeType.INCLUSIVE_BRANCH_NODE ||
|
||||
simpleModel.type === NodeType.ROUTE_BRANCH_NODE
|
||||
) {
|
||||
// 网关节点。只有通过和未执行状态
|
||||
if (finishedActivityIds.includes(simpleModel.id)) {
|
||||
@ -163,7 +164,7 @@ const setSimpleModelNodeTaskStatus = (
|
||||
.process-viewer-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
|
||||
:deep(.process-viewer) {
|
||||
width: 100%;
|
||||
height: 100% !important;
|
||||
|
||||
Reference in New Issue
Block a user