diff --git a/continew-plugin/continew-plugin-generator/src/main/resources/templates/frontend/index.ftl b/continew-plugin/continew-plugin-generator/src/main/resources/templates/frontend/index.ftl
index c29959f7..54fa6e27 100644
--- a/continew-plugin/continew-plugin-generator/src/main/resources/templates/frontend/index.ftl
+++ b/continew-plugin/continew-plugin-generator/src/main/resources/templates/frontend/index.ftl
@@ -19,14 +19,18 @@
<#if fieldConfig.formType == "SELECT"><#-- 下拉框 -->
<#elseif fieldConfig.formType == "RADIO"><#-- 单选框 -->
-
+
<#elseif fieldConfig.formType == "DATE"><#-- 日期框 -->
<#if fieldConfig.queryType == "BETWEEN">