From 52d6fae6d4a2430565a5412028512b2afc53b894 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Fri, 6 Dec 2024 16:32:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=85=B3=E8=81=94?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E8=BF=9B=E9=98=B6=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lowCode/assistant/associatedForms.vue | 8 +- src/views/formTable/page/cardPage.vue | 246 +++++++++++++++++- src/views/formTable/taskListPage.vue | 1 + 3 files changed, 249 insertions(+), 6 deletions(-) diff --git a/src/components/lowCode/assistant/associatedForms.vue b/src/components/lowCode/assistant/associatedForms.vue index 8a05acf..220bd26 100644 --- a/src/components/lowCode/assistant/associatedForms.vue +++ b/src/components/lowCode/assistant/associatedForms.vue @@ -3,10 +3,12 @@ - + + + - + @@ -32,7 +34,7 @@ const configStyle = computed(() => { }) const getFormItemInputStyle = (ele: any,sty:number) => { if(ele?.inputStyle){ - console.log("返回栅格宽度4",AnalysisInputCss(ele?.inputStyle,sty)) + //console.log("返回栅格宽度4",AnalysisInputCss(ele?.inputStyle,sty)) return AnalysisInputCss(ele?.inputStyle,sty) } } diff --git a/src/views/formTable/page/cardPage.vue b/src/views/formTable/page/cardPage.vue index e2fa23f..aec9f4b 100644 --- a/src/views/formTable/page/cardPage.vue +++ b/src/views/formTable/page/cardPage.vue @@ -4,7 +4,8 @@ @ 备注: 卡片视图 -->