From 3b6230948d881e11f743f3dfe8520196e3a6fa9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Tue, 22 Nov 2022 12:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=99=A8=E8=A1=A8=E5=8D=95=E6=A8=A1=E6=9D=BF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/template/vue/add-or-update.vue.ftl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/maku-boot-module/maku-module-generator/src/main/resources/template/vue/add-or-update.vue.ftl b/maku-boot-module/maku-module-generator/src/main/resources/template/vue/add-or-update.vue.ftl index 6e93f7c..0ab3074 100644 --- a/maku-boot-module/maku-module-generator/src/main/resources/template/vue/add-or-update.vue.ftl +++ b/maku-boot-module/maku-module-generator/src/main/resources/template/vue/add-or-update.vue.ftl @@ -15,21 +15,21 @@ <#elseif field.formType == 'select'> - <#if field.dictName??> + <#if field.formDict??> - + <#else> - + <#elseif field.formType == 'radio'> - <#if field.dictName??> + <#if field.formDict??> - + <#else>