feat: [bpm] [ele,antd] todo 优化, 更多设置问题修复

This commit is contained in:
jason
2025-12-29 11:51:48 +08:00
parent 64ac25de00
commit 2ba2c8e986
7 changed files with 53 additions and 53 deletions

View File

@@ -497,7 +497,7 @@ onBeforeUnmount(() => {
/>
<!-- 第四步更多设置 -->
<div v-if="currentStep === 3" class="mx-auto w-4/6">
<div v-show="currentStep === 3" class="mx-auto w-4/6">
<ExtraSetting v-model="formData" ref="extraSettingRef" />
</div>
</div>

View File

@@ -29,10 +29,8 @@ import {
import dayjs from 'dayjs';
import { getForm } from '#/api/bpm/form';
import {
HttpRequestSetting,
parseFormFields,
} from '#/views/bpm/components/simple-process-design';
import { parseFormFields } from '#/components/form-create';
import { HttpRequestSetting } from '#/views/bpm/components/simple-process-design';
import PrintTemplate from './custom-print-template.vue';