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' }