1
0

feat(web): 增加数据资源名称长度限制

This commit is contained in:
2024-11-29 10:27:30 +08:00
parent 841f1af49a
commit 18add92466

View File

@@ -27,6 +27,8 @@ function detailForm(showCreatedUserAndModifiedUser = false) {
type: 'input-text',
name: 'name',
label: '资源名称',
maxLength: 10,
showCounter: true,
required: true,
...formInputClearable,
},