Browse Source

0214

ai_dev
gjh 1 week ago
parent
commit
b9f7c45726
  1. 2
      src/views/ProcessApprovalSubPage/planFileApproval.vue
  2. 22
      src/views/projectLib/projectInfoHistory/projectInfoHistory.data.ts

2
src/views/ProcessApprovalSubPage/planFileApproval.vue

@ -51,7 +51,7 @@
<el-divider content-position="left" v-if="resButton.isEdit">重新上传项目计划资料</el-divider>
<div
v-if="resButton.isEdit"
style="display: flex; justify-content: center; align-items: center; height: 300px"
style="display: flex; justify-content: center; align-items: center; height: 450px"
>
<el-form ref="importFormRef">
<el-form-item

22
src/views/projectLib/projectInfoHistory/projectInfoHistory.data.ts

@ -382,6 +382,28 @@ export const historyformSchemas: FormSchema[] = [
colProps: { span: 12 },
dynamicDisabled: true,
},
  {
    //标题名称
    label: '项目负责人',
    //字段
    field: 'manager',
    //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType
    component: 'Input',
    required: true,
    //一列占比总共24,比如一行显示2列
    colProps: { span: 12 },
  },
  {
    //标题名称
    label: '负责人联系电话',
    //字段
    field: 'managerPhone',
    //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType
    component: 'Input',
    required: true,
    //一列占比总共24,比如一行显示2列
    colProps: { span: 12 },
  },
{
//标题名称
label: '信息化工作专班',

Loading…
Cancel
Save