From fe3b671d946b587167e39b06f79a42fc1546c6cf Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Sat, 27 Jul 2024 10:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=98=BE=E7=A4=BABUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/app/formPage.vue | 4 + src/components/DesignForm/app/index.vue | 2 +- .../DesignForm/public/form/form.vue | 4 +- .../DesignForm/public/form/formGroup.vue | 18 +- .../public/form/formGroup_20240726.vue | 627 ++++++++++++++++++ .../DesignForm/tableListPage/formPageCont.vue | 36 +- .../appLayoutEdit/appContainerPage.vue | 17 + 7 files changed, 675 insertions(+), 33 deletions(-) create mode 100644 src/components/DesignForm/public/form/formGroup_20240726.vue diff --git a/src/components/DesignForm/app/formPage.vue b/src/components/DesignForm/app/formPage.vue index b901bc7..334d324 100644 --- a/src/components/DesignForm/app/formPage.vue +++ b/src/components/DesignForm/app/formPage.vue @@ -1041,11 +1041,15 @@ function optionsValue3Get2(data: any,fieldName: string){ emits('optionsValue3Get3',data,fieldName) } + +