feat: [bpm][ele] 流程定义列表

This commit is contained in:
jason
2025-11-20 16:06:35 +08:00
parent 656e6447f0
commit acb0cd350c
4 changed files with 258 additions and 30 deletions

View File

@@ -85,6 +85,10 @@ setupVbenVxeTable({
src,
previewSrcList: [src],
class: props?.class,
style: {
width: props?.width ? `${props.width}px` : undefined,
height: props?.height ? `${props.height}px` : undefined,
},
previewTeleported: true,
});
},