文档工具-认证清单维护-编辑-配置项校验

This commit is contained in:
刘彦泽
2023-03-14 14:00:26 +08:00
parent 78d85e0a59
commit 18a9020aa0
@@ -187,6 +187,18 @@ export default {
trigger: 'change'
}
],
configItem: [
{
required: true,
message: this.$t('configurationItem') + this.$t('cannotEmpty'),
trigger: 'blur'
},
{
max: 300,
message: this.$t('configurationItem') + this.$t('cannotExceed') + 300 + this.$t('Characters'),
trigger: 'blur'
}
],
deliverable: [
{
required: true,