From 87309cf94e8f513b3a73d3a8e0aa9cd03e62af6a Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Thu, 26 Feb 2026 10:01:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/DesignForm/types.ts | 2 + src/components/DesignForm/app/index.vue | 14 +- .../DesignForm/app/index_20260129.vue | 5 +- src/components/DesignForm/dragControlApp.vue | 1 + .../DesignForm/formControlPropertiNew.vue | 2 +- src/components/DesignForm/formVersion.vue | 14 +- src/views/login/index.vue | 1 + .../appPage/appPageForm/pageForm.vue | 3 +- .../appPage/appPageForm/pageFormNew.vue | 494 +++++- .../appPageForm/unitsPageFrom/attribute.vue | 1350 +++++++++++++++++ .../appPageForm/unitsPageFrom/control.vue | 257 ++++ .../appPageForm/unitsPageFrom/design.vue | 241 +++ .../lowcodepage/appPage/createAppFormPage.vue | 8 +- 13 files changed, 2340 insertions(+), 52 deletions(-) create mode 100644 src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/attribute.vue create mode 100644 src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/control.vue create mode 100644 src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/design.vue diff --git a/src/api/DesignForm/types.ts b/src/api/DesignForm/types.ts index 40bf9f7..b9440d8 100644 --- a/src/api/DesignForm/types.ts +++ b/src/api/DesignForm/types.ts @@ -196,6 +196,8 @@ export interface PublicAtrr{ isNum?:boolean; inputStyle?:string; vIf?:any; + selectvalue?:any; + control?:any; } //低代码视频单个属性对象 export interface VideoMsg { diff --git a/src/components/DesignForm/app/index.vue b/src/components/DesignForm/app/index.vue index 2ded39f..b6c1979 100644 --- a/src/components/DesignForm/app/index.vue +++ b/src/components/DesignForm/app/index.vue @@ -1136,10 +1136,10 @@ watch( -const timeAxisRef = ref(null); -const groupPageRef = ref(null); -const calendarPageRef = ref(null); -const cardPageRef = ref(null); +const timeAxisRef = ref(); +const groupPageRef = ref(); +const calendarPageRef = ref(); +const cardPageRef = ref(); const searchSend = reactive({ formId: props.formId, page: state.currentPage, @@ -2474,9 +2474,9 @@ const getNonValue = () => { sortable="custom" align="center" > -