From 77244f28cdcfbb107e1094cecd517eea231bc423 Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Sat, 11 May 2024 15:12:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=80=E6=9C=89=E6=90=9C=E7=B4=A2=E6=A0=8F?= =?UTF-8?q?=E4=B8=AD=E2=80=9C=E4=B8=8A=E7=BA=A7=E6=8C=87=E5=AF=BC=E5=AE=A4?= =?UTF-8?q?=E2=80=9D=E9=9C=80=E6=94=B9=E6=88=90=E2=80=9C=E4=B8=8A=E7=BA=A7?= =?UTF-8?q?=E6=8C=87=E5=AF=BC=E5=A4=84=E5=AE=A4=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templateContent/templateContent.data.ts | 2 +- src/views/projectLib/projectInfo/projectInfo.data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/performanceIndicator/templateContent/templateContent.data.ts b/src/views/performanceIndicator/templateContent/templateContent.data.ts index b57acaa..5123c53 100644 --- a/src/views/performanceIndicator/templateContent/templateContent.data.ts +++ b/src/views/performanceIndicator/templateContent/templateContent.data.ts @@ -227,7 +227,7 @@ export const PerformanColumns: BasicColumn[] = [ dataIndex: 'name', }, { - title: '上级指导室', + title: '上级指导处室', dataIndex: 'superLeader', }, { diff --git a/src/views/projectLib/projectInfo/projectInfo.data.ts b/src/views/projectLib/projectInfo/projectInfo.data.ts index d0fc98e..6d3e80d 100644 --- a/src/views/projectLib/projectInfo/projectInfo.data.ts +++ b/src/views/projectLib/projectInfo/projectInfo.data.ts @@ -110,7 +110,7 @@ export const searchFormSchema: FormSchema[] = [ }, { field: 'superLeader', - label: '上级指导室', + label: '上级指导处室', component: 'DictSelect', componentProps: { dictType: 'superLeader',