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