项目备案增加选择主管企业和选择主管企业名称字段
parent
834bc83a69
commit
35cbf011e2
|
|
@ -453,6 +453,8 @@ const StepOneComponent = (props) => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ name: "manageDeptName", label: "选择主管部门名称", onlyForLabel: true },
|
{ name: "manageDeptName", label: "选择主管部门名称", onlyForLabel: true },
|
||||||
|
{ name: "manageCorpId", label: "选择主管企业", onlyForLabel: true },
|
||||||
|
{ name: "manageCorpName", label: "选择主管企业名称", onlyForLabel: true },
|
||||||
{
|
{
|
||||||
name: "manageUserIds",
|
name: "manageUserIds",
|
||||||
label: "主管部门审核人",
|
label: "主管部门审核人",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue