From 73e247775cdf8f5d6510efa5b490b70fb9db9813 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 26 May 2025 21:44:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(generator):=20=E4=BF=AE=E5=A4=8D=E6=9C=AA?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=AD=97=E5=85=B8=E6=97=B6=EF=BC=8C=E7=94=9F?= =?UTF-8?q?=E6=88=90=E4=B8=8B=E6=8B=89=E9=80=89=E9=A1=B9=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/frontend/index.ftl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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">