From 0cb42c11173f78862daf9b5bb6c301597b713be8 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 12 Jan 2025 18:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20FormRender=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E4=BD=BF=E7=94=A8=20RenderProps=20=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=9B=BF=E4=BB=A3=E5=8E=9F=E6=9C=89=E7=9A=84=20config?= =?UTF-8?q?=20=E7=B1=BB=E5=9E=8B=EF=BC=8C=E5=B9=B6=E5=A2=9E=E5=BC=BA?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E9=80=BB=E8=BE=91=E4=BB=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=20html=20=E5=92=8C=20text=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/render/FormRender.vue | 35 +++++++++++++++++++++------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/src/components/render/FormRender.vue b/src/components/render/FormRender.vue index 419496d6..7cde9579 100644 --- a/src/components/render/FormRender.vue +++ b/src/components/render/FormRender.vue @@ -1,9 +1,10 @@ @@ -93,10 +114,6 @@ const renderComponent = (config: any, model: any, slotScope: any = {}) => {