forked from github/dataease
fix: 校验描述长度
This commit is contained in:
parent
3e9e9e9169
commit
d4eb6266d9
@ -385,8 +385,8 @@ export default {
|
||||
desc: [
|
||||
{
|
||||
min: 0,
|
||||
max: 200,
|
||||
message: i18n.t('datasource.input_limit', { num: '0~200' }),
|
||||
max: 50,
|
||||
message: i18n.t('datasource.input_limit', { num: '0~50' }),
|
||||
trigger: 'blur'
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user