From e007a4a3e8034a84a6591611aad56df6b5f422b0 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 29 Jul 2024 16:44:47 +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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue index 6fabfad..b74e274 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsFormPage.vue @@ -288,6 +288,14 @@ export default { }], validateTrigger: 'blur' }, + // 自定义名称 + customColumnName: { + rules: [{ + required: true, + message: this.$t('pleaseEnter') + this.$t('standardRegulationLibrary.marketRegulationsList.customName') + }], + validateTrigger: 'blur' + }, // 驾驶位置 drivePosition: { rules: [{