diff --git a/src/views/projectLib/projectInfo/modifyfieldInfo.vue b/src/views/projectLib/projectInfo/modifyfieldInfo.vue index cbcf99d..369084f 100644 --- a/src/views/projectLib/projectInfo/modifyfieldInfo.vue +++ b/src/views/projectLib/projectInfo/modifyfieldInfo.vue @@ -1,13 +1,26 @@ diff --git a/src/views/projectLib/projectInfo/projectInfo.data.ts b/src/views/projectLib/projectInfo/projectInfo.data.ts index cda20bc..58e8e96 100644 --- a/src/views/projectLib/projectInfo/projectInfo.data.ts +++ b/src/views/projectLib/projectInfo/projectInfo.data.ts @@ -544,6 +544,26 @@ export const formSchemas: FormSchema[] = [ colProps: { span: 12 }, dynamicDisabled: true, }, + { + //标题名称 + label: '项目负责人', + //字段 + field: 'manager', + //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType + component: 'Input', + //一列占比总共24,比如一行显示2列 + colProps: { span: 12 }, + }, + { + //标题名称 + label: '负责人联系电话', + //字段 + field: 'managerPhone', + //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType + component: 'Input', + //一列占比总共24,比如一行显示2列 + colProps: { span: 12 }, + }, { //标题名称 label: '信息化工作专班',