From 32166ac423b78ff07b60f98bc14f9ce9fe811bc5 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 26 Aug 2024 16:27:39 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=B8=82=E5=9C=BA=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E7=9A=84=E6=96=B0=E7=94=9F=E4=BA=A7=E8=BD=A6?= =?UTF-8?q?=E5=AE=9E=E6=96=BD=E6=97=A5=E6=9C=9F=E3=80=81=E6=96=B0=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E8=BD=A6=E5=AE=9E=E6=96=BD=E6=97=A5=E6=9C=9F=E3=80=81?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E6=97=A5=E6=9C=9F=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/MarketRegulationsModal.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue b/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue index 6a1ec77..54b9d7f 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/modules/MarketRegulationsModal.vue @@ -207,7 +207,7 @@ export default { // 新生产车实施日期 newProductImplDate: { rules: [{ - required: true, + required: false, message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.newProductionVehicleImplementationDate') }], validateTrigger: 'change' @@ -215,7 +215,7 @@ export default { // 新认证车实施日期 newAuthImplDate: { rules: [{ - required: true, + required: false, message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.newCertifiedVehicleImplementationDate') }], validateTrigger: 'change' @@ -223,7 +223,7 @@ export default { // 注册日期 registrationDate: { rules: [{ - required: true, + required: false, message: this.$t('pleaseSelect') + this.$t('standardRegulationLibrary.marketListField.dateOfRegistration') }], validateTrigger: 'change'