From cb26c718a0e7202b24d70e0a10caa20e858300e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 29 Dec 2023 14:38:38 +0800 Subject: [PATCH] fix 80147 --- .../vehicleItemLibrary/EvaluationResultHistoryPage.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/projectLibrary/vehicleItemLibrary/EvaluationResultHistoryPage.vue b/src/views/projectLibrary/vehicleItemLibrary/EvaluationResultHistoryPage.vue index 77d5c7bc..7b333cda 100644 --- a/src/views/projectLibrary/vehicleItemLibrary/EvaluationResultHistoryPage.vue +++ b/src/views/projectLibrary/vehicleItemLibrary/EvaluationResultHistoryPage.vue @@ -97,11 +97,11 @@ export default { title: this.$t('workCenter.enStandardRevision.clauseNumber'), width: 150 }, - // 英文名称 + // 条款名称 { - dataIndex: 'standardEnglishName', - title: this.$t('projectLibrary.vehicleItemLibrary.englishName'), - width: 150 + title: this.$t('workCenter.enStandardRevision.clauseName'), + width: 150, + dataIndex: 'termName' }, // 标准状态 {