【功能新增】 仿钉钉流程模型增加浏览模式

This commit is contained in:
jason
2024-10-28 10:02:35 +08:00
parent d477b35f83
commit 137b33e7cf
17 changed files with 436 additions and 58 deletions

View File

@ -1,5 +1,8 @@
<template>
<SimpleProcessDesigner :model-id="modelId" />
<ContentWrap :bodyStyle="{ padding: '0px 0px' }" class="position-relative">
<SimpleProcessDesigner :model-id="modelId" />
</ContentWrap>
</template>
<script setup lang="ts">
import { SimpleProcessDesigner } from '@/components/SimpleProcessDesignerV2/src/'