From 50189c00c9bb917882e83399d79cd701f07451f2 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 12 Apr 2024 09:46:58 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=9D=83=E9=99=90=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E6=B5=81=E7=A8=8B]=20=E8=A1=A8=E5=A4=B4=E5=90=8D=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../permissionApplicationProcess/modules/BaseInfoTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/permissionApplicationProcess/modules/BaseInfoTable.vue b/src/views/workCenter/permissionApplicationProcess/modules/BaseInfoTable.vue index 72eb723d..13ebbf43 100644 --- a/src/views/workCenter/permissionApplicationProcess/modules/BaseInfoTable.vue +++ b/src/views/workCenter/permissionApplicationProcess/modules/BaseInfoTable.vue @@ -64,14 +64,14 @@ export default { } }, { // 企标编号 - title: this.$t('workCenter.esInspectionPlan.inspectionBasisStandardNumber'), + title: this.$t('workCenter.permissionApplicationProcess.esNumber'), align: 'center', width: 180, dataIndex: 'standardNumber', scopedSlots: { customRender: 'standard' } }, { // 企标名称 - title: this.$t('workCenter.esInspectionPlan.inspectionBasisStandardName'), + title: this.$t('workCenter.permissionApplicationProcess.esName'), align: 'center', width: 180, dataIndex: 'standardName',