From 6b9024594959232601012a34e6b60b991b0d4b7f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BD=BB=E9=A3=8E2016?= <616036448@qq.com>
Date: Wed, 28 Aug 2024 16:45:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A8=A1=E6=9D=BF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../wwwroot/template/web_views_editDialog.vue.vm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm b/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm
index ea75bc04..870d5af4 100644
--- a/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm
+++ b/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm
@@ -72,7 +72,11 @@
}else if(@column.EffectType == "InputTextArea"){
@:
@:
- @:
+ @:0){
+ @:maxlength="@(@column.ColumnLength)"
+ }
+ @:show-word-limit clearable />
}else if(@column.EffectType == "Select"){
@@ -94,7 +98,11 @@
}else if(@column.EffectType == "Switch"){
@:
@:
- @:
+ @:
}else if(@column.EffectType == "DatePicker"){