From 18add924667b5e4411379b47f293801ac335b902 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Fri, 29 Nov 2024 10:27:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E5=A2=9E=E5=8A=A0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=B5=84=E6=BA=90=E5=90=8D=E7=A7=B0=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gringotts-frontend/components/resource/dialog-resource.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gringotts-frontend/components/resource/dialog-resource.js b/gringotts-frontend/components/resource/dialog-resource.js index 7ccfdc6..78af8cc 100644 --- a/gringotts-frontend/components/resource/dialog-resource.js +++ b/gringotts-frontend/components/resource/dialog-resource.js @@ -27,6 +27,8 @@ function detailForm(showCreatedUserAndModifiedUser = false) { type: 'input-text', name: 'name', label: '资源名称', + maxLength: 10, + showCounter: true, required: true, ...formInputClearable, },