From 5907725e8642ca5fa398435843f384506746f873 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Sat, 3 Aug 2024 21:59:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/generator/index.vue.vm | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/generator/index.vue.vm b/src/main/resources/templates/generator/index.vue.vm index 9e1b682a..471f23f2 100644 --- a/src/main/resources/templates/generator/index.vue.vm +++ b/src/main/resources/templates/generator/index.vue.vm @@ -54,7 +54,7 @@ type="daterange" range-separator="~" start-placeholder="开始时间" - end-placeholder="截止时间" + end-placeholder="结束时间" #else type="datetime" placeholder="$fieldConfig.fieldComment" @@ -69,7 +69,7 @@ type="daterange" range-separator="~" start-placeholder="开始时间" - end-placeholder="截止时间" + end-placeholder="结束时间" #else type="date" placeholder="$fieldConfig.fieldComment" @@ -89,8 +89,22 @@