From a5cd6c3e0c24a15acbb2e74d0b6303e12999b296 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 31 Jul 2024 16:06:00 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug87632?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../marketRegulationsList/MarketRegulationsFormPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index 1874a5d..24fc8fb 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -293,7 +293,7 @@ export default { // 自定义名称 customColumnName: { rules: [{ - required: true, + required: false, message: this.$t('pleaseEnter') + this.$t('standardRegulationLibrary.marketRegulationsList.customName') }], validateTrigger: 'blur'