From 1e2512d9b83bb1700eca757200964b86d7d36934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 10 Nov 2023 14:14:41 +0800 Subject: [PATCH] bug 78399 --- .../customComparison/modules/StandardListDrawer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/documentTool/customComparison/modules/StandardListDrawer.vue b/src/views/documentTool/customComparison/modules/StandardListDrawer.vue index ddf5ce83..94bc977f 100644 --- a/src/views/documentTool/customComparison/modules/StandardListDrawer.vue +++ b/src/views/documentTool/customComparison/modules/StandardListDrawer.vue @@ -56,14 +56,14 @@ export default { columns: [ // 编号 { - title: this.$t('number'), + title: this.$t('standardNumber'), dataIndex: 'standardNumber', width: 150, scopedSlots: { customRender: 'detail' } }, // 名称 { - title: this.$t('title'), + title: this.$t('standardName'), dataIndex: 'standardName', width: 150, scopedSlots: { customRender: 'detail' }