修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-10 18:35:36 +08:00
parent 72182adfa3
commit 700e3bda62
@@ -46,7 +46,12 @@
versionsName: [
{
required: true,
message: this.$t('publishComment') + this.$t('cannotEmpty'),
message: this.$t('versionName') + this.$t('cannotEmpty'),
trigger: 'blur'
},
{
max: 200,
message: this.$t('versionName') + this.$t('cannotExceed') + 200 + this.$t('Characters'),
trigger: 'blur'
}
]