Browse Source

所有搜索栏中“上级指导室”需改成“上级指导处室”

master
zhouhaibin 4 months ago
parent
commit
77244f28cd
  1. 2
      src/views/performanceIndicator/templateContent/templateContent.data.ts
  2. 2
      src/views/projectLib/projectInfo/projectInfo.data.ts

2
src/views/performanceIndicator/templateContent/templateContent.data.ts

@ -227,7 +227,7 @@ export const PerformanColumns: BasicColumn[] = [
dataIndex: 'name',
},
{
title: '上级指导室',
title: '上级指导室',
dataIndex: 'superLeader',
},
{

2
src/views/projectLib/projectInfo/projectInfo.data.ts

@ -110,7 +110,7 @@ export const searchFormSchema: FormSchema[] = [
},
{
field: 'superLeader',
label: '上级指导室',
label: '上级指导室',
component: 'DictSelect',
componentProps: {
dictType: 'superLeader',

Loading…
Cancel
Save