From 0ae05eb871d8c8794d70abce5994d7a74272d21d Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Tue, 30 Jul 2024 00:25:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=A1=A8=E5=8D=95=E6=94=AF=E6=8C=81=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/generator/index.vue.vm | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/main/resources/templates/generator/index.vue.vm b/src/main/resources/templates/generator/index.vue.vm index 5fa4acdc..82ae8dd5 100644 --- a/src/main/resources/templates/generator/index.vue.vm +++ b/src/main/resources/templates/generator/index.vue.vm @@ -8,10 +8,15 @@ #if($fieldConfig.formType == "INPUT") #elseif($fieldConfig.formType == "SELECT") - - - - + #if($fieldConfig.dictType != "") + + #else + + + + + + #end #elseif($fieldConfig.formType == "RADIO") {{ option.label }} @@ -96,9 +101,9 @@ #else - - - + + + #end #elseif($fieldConfig.formType == "RADIO")