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>
-
+
#if>
<#elseif field.formType == 'radio'>
- <#if field.dictName??>
+ <#if field.formDict??>
-
+
<#else>