forked from github/dataease
fix: 【数据源】重命名数据源名称与编辑数据源名称长度限制规则不一致
This commit is contained in:
parent
a3da49e87e
commit
c8cb514ce4
core/core-frontend/src/views/visualized/data/datasource/form
@ -104,7 +104,7 @@ const rule = reactive<FormRules>({
|
|||||||
{
|
{
|
||||||
min: 2,
|
min: 2,
|
||||||
max: 25,
|
max: 25,
|
||||||
message: t('datasource.input_limit_2_25', [2, 25]),
|
message: t('datasource.input_limit_2_25', [2, 64]),
|
||||||
trigger: 'blur'
|
trigger: 'blur'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -65,7 +65,7 @@ const defaultRule = {
|
|||||||
{
|
{
|
||||||
min: 2,
|
min: 2,
|
||||||
max: 25,
|
max: 25,
|
||||||
message: t('datasource.input_limit_2_25', [2, 25]),
|
message: t('datasource.input_limit_2_25', [2, 64]),
|
||||||
trigger: 'blur'
|
trigger: 'blur'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user