diff --git a/src/pages/Container/Supervision/EnclosedArea/Apply/Personnel/View/index.js b/src/pages/Container/Supervision/EnclosedArea/Apply/Personnel/View/index.js index adae1bd..b6d2085 100644 --- a/src/pages/Container/Supervision/EnclosedArea/Apply/Personnel/View/index.js +++ b/src/pages/Container/Supervision/EnclosedArea/Apply/Personnel/View/index.js @@ -36,9 +36,14 @@ function View(props) { { label: "相关方名称", children: info.todo1 }, { label: "所属项目", children: info.todo1 }, ] - : [ + : [] + ), + ...( + props.entrance === "enterprise" || props.entrance === "supervision" || !props.entrance + ? [ { label: "所属企业", children: info.todo1 }, ] + : [] ), { label: "姓名", children: info.todo2 }, { label: "部门", children: info.todo3 },