fix: 修复创建项目时因为描述超出长度限制而产生报错的问题
This commit is contained in:
parent
9b7ca67649
commit
f0f9877765
|
@ -126,7 +126,7 @@ export default {
|
||||||
{min: 2, max: 50, message: this.$t('commons.input_limit', [2, 50]), trigger: 'blur'}
|
{min: 2, max: 50, message: this.$t('commons.input_limit', [2, 50]), trigger: 'blur'}
|
||||||
],
|
],
|
||||||
description: [
|
description: [
|
||||||
{max: 500, message: this.$t('commons.input_limit', [0, 500]), trigger: 'blur'}
|
{max: 250, message: this.$t('commons.input_limit', [0, 250]), trigger: 'blur'}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue