From bfeab594dd20eaf58c7a36105d2dd41ea0edfd0c Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Tue, 9 Jul 2024 10:14:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=95=B0=E6=8D=AE=E6=A0=87=E9=A2=98=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=202.=E5=85=B3=E8=81=94=E8=A1=A8=E5=8D=95=E7=9A=84?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=9D=A1=E4=BB=B6=E5=92=8C=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=BE=91=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/DesignForm/types.ts | 3 +- src/components/DesignForm/formControlAttr.vue | 15 ++ .../DesignForm/formControlPropertiNew.vue | 14 ++ .../appPage/appPageForm/openAppFormPage.vue | 4 +- .../lowcodepage/appPage/createAppFormPage.vue | 3 +- .../associatedforms/associatedForms.vue | 49 ++++++- .../associatedFormsTinyace.vue | 134 +++++++++++++++++- .../associatedFormsTinyaceRange.vue | 125 +++++++++++++++- 8 files changed, 330 insertions(+), 17 deletions(-) diff --git a/src/api/DesignForm/types.ts b/src/api/DesignForm/types.ts index d39963610..32d431dfd 100644 --- a/src/api/DesignForm/types.ts +++ b/src/api/DesignForm/types.ts @@ -103,7 +103,8 @@ export interface formData{ form: { size: any; name:any, - formName:any + formName:any, + dataTitle:any }; config: any; events?:any; diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue index dd938747d..c87dc3524 100644 --- a/src/components/DesignForm/formControlAttr.vue +++ b/src/components/DesignForm/formControlAttr.vue @@ -3457,6 +3457,21 @@ const disabledIstrue = (val:string) => { + + + + 数据标题 + + +