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"){