Compare commits

..

No commits in common. "08bbd82a9d96daabe2c05ff28435fbd11a35a6f7" and "ef3556ea72f299b180508522093c7fa19d999fd2" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ function List(props) {
form,
params: {
searchType: 5,
eqStakeholderLevel: "one-level",
// eqStakeholderLevel: "one-level",
eqProjectStatus: 4,
},
});

View File

@ -16,7 +16,7 @@ function List(props) {
form,
params: {
searchType: 5,
eqStakeholderLevel: "two-level",
// eqStakeholderLevel: "two-level",
eqProjectStatus: 4,
},
});
@ -40,7 +40,7 @@ function List(props) {
columns={[
{ title: "集团单位名称", dataIndex: "groupCompanyName" },
{ title: "集团单位审核部门", dataIndex: "groupCompanyDeptName" },
{ title: "一级项目名称", dataIndex: "parentProjectName" },
{ title: "一级项目名称", dataIndex: "relatedProjectName" },
{ title: "二级项目名称", dataIndex: "projectName" },
{ title: "项目属地单位", dataIndex: "companyName" },
{ title: "项目类别", dataIndex: "qualificationsTypeName" },