diff --git a/system-setting/frontend/src/business/system/pool/TestResourcePool.vue b/system-setting/frontend/src/business/system/pool/TestResourcePool.vue index 3cf488a9f8..f7f848179a 100644 --- a/system-setting/frontend/src/business/system/pool/TestResourcePool.vue +++ b/system-setting/frontend/src/business/system/pool/TestResourcePool.vue @@ -324,6 +324,9 @@ export default { trigger: 'blur' } ], + image: [ + {max: 100, message: this.$t('commons.input_limit', [0, 100])} + ], description: [ {max: 60, message: this.$t('commons.input_limit', [0, 60]), trigger: 'blur'} ],