From 22dabf123ddf28cbd13c484a89059b1fcf7a1856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 1 Feb 2024 11:24:43 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=93=E9=A1=B9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=E8=BD=A6=E5=9E=8B=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../specialProjectLibrary/SpecialProjectLibrary.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/projectLibrary/specialProjectLibrary/SpecialProjectLibrary.vue b/src/views/projectLibrary/specialProjectLibrary/SpecialProjectLibrary.vue index c3df1f46..0ecc314f 100644 --- a/src/views/projectLibrary/specialProjectLibrary/SpecialProjectLibrary.vue +++ b/src/views/projectLibrary/specialProjectLibrary/SpecialProjectLibrary.vue @@ -204,7 +204,7 @@ export default { }, // 车型系列 { - dataIndex: 'vehicleModel_dictText', + dataIndex: 'modelSeries_dictText', title: this.$t('projectLibrary.specialProjectLibrary.vehicleSeries'), width: 120 },