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 @@
项目信息变更字段
- 选择变更字段:
+ 选择变更字段:
上传文件
-
+
选取文件
文件大小且不超过500M
@@ -15,174 +28,189 @@
字段新值
-
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: '信息化工作专班',