From df12b2e53a71dc1d92d3bb2453e62bfc17d9bf5f Mon Sep 17 00:00:00 2001 From: zhouhaibin Date: Fri, 7 Feb 2025 13:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B9=E7=9B=AE=E8=B4=9F?= =?UTF-8?q?=E8=B4=A3=E4=BA=BA=E5=AD=97=E6=AE=B5=E5=92=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=B4=9F=E8=B4=A3=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectInfo/modifyfieldInfo.vue | 334 ++++++++++-------- .../projectInfo/projectInfo.data.ts | 20 ++ 2 files changed, 201 insertions(+), 153 deletions(-) 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: '信息化工作专班',