From a1c78b6cd8d8c1c3690dec8f35f6b1e2db05d7e9 Mon Sep 17 00:00:00 2001 From: Master Date: Fri, 5 Jul 2024 12:09:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E7=89=88=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm b/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm index 02e29af1..bfd16a54 100644 --- a/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm +++ b/Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/index.vue.vm @@ -124,7 +124,11 @@ @: - } + } else if(@column.EffectType == "DatePicker") { + @: + } } }