From 356e8abf04a50fe0a092554b12f58304a89e1516 Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Thu, 6 Jun 2024 17:28:42 +0800 Subject: [PATCH 01/17] =?UTF-8?q?=E3=80=90=E8=A1=A8=E5=8D=95=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E3=80=91=E5=8C=BA=E5=88=86=E6=A0=85=E6=A0=BC=E5=92=8C?= =?UTF-8?q?=E5=AD=90=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/onlineform/formdesign/FormModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/demo/onlineform/formdesign/FormModal.vue b/src/views/demo/onlineform/formdesign/FormModal.vue index afec3d3d..7db8d923 100644 --- a/src/views/demo/onlineform/formdesign/FormModal.vue +++ b/src/views/demo/onlineform/formdesign/FormModal.vue @@ -141,7 +141,7 @@ if (['Grid', 'Card'].includes(item.component)) { item.columns[0].children = changeCardStructure(item.columns[0].children); if ( - (item.component === 'Card' || item.component === 'Grid') && + (item.component === 'Card' || (item.component === 'Grid' && !item.type)) && item.columns[0].children ) { item.columns[0].children.forEach((childItem) => { From 87570a20719822242ef725e88593192f185c7ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E5=B5=A9?= <17854119262@163.com> Date: Thu, 6 Jun 2024 17:33:46 +0800 Subject: [PATCH 02/17] =?UTF-8?q?=E5=9B=BE=E5=BD=A2=E5=8C=96=E5=BB=BA?= =?UTF-8?q?=E8=A1=A8-geom=E5=94=AF=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/graphicaltable/modal/index.vue | 128 ++++++++++++++---- 1 file changed, 105 insertions(+), 23 deletions(-) diff --git a/src/views/demo/system/graphicaltable/modal/index.vue b/src/views/demo/system/graphicaltable/modal/index.vue index f39212c6..a1d49284 100644 --- a/src/views/demo/system/graphicaltable/modal/index.vue +++ b/src/views/demo/system/graphicaltable/modal/index.vue @@ -10,7 +10,7 @@ :draggable="false" :title="getTitle" :useWrapper="true" - :width="700" + :width="900" @ok="handleOk" >
@@ -26,7 +26,18 @@