From 035862dff9356555e6ff16828e2ece3e36d249d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 10 Nov 2023 09:25:37 +0800 Subject: [PATCH] bug 78329 --- src/components/selection/StandardSelectionModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/selection/StandardSelectionModal.vue b/src/components/selection/StandardSelectionModal.vue index 3dfae294..f0d6edb9 100644 --- a/src/components/selection/StandardSelectionModal.vue +++ b/src/components/selection/StandardSelectionModal.vue @@ -135,14 +135,14 @@ export default { }, columns: [ { - title: this.$t('number'), + title: this.$t('standardNumber'), dataIndex: 'standardNumber', ellipsis: true, align: 'center', width: 150 }, { - title: this.$t('title'), + title: this.$t('standardName'), dataIndex: 'standardName', ellipsis: true, align: 'center',