feat(web): 增加数据资源名称长度限制
This commit is contained in:
@@ -27,6 +27,8 @@ function detailForm(showCreatedUserAndModifiedUser = false) {
|
||||
type: 'input-text',
|
||||
name: 'name',
|
||||
label: '资源名称',
|
||||
maxLength: 10,
|
||||
showCounter: true,
|
||||
required: true,
|
||||
...formInputClearable,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user