From ff88e0b6210c114d5385bb2e6145b782de184a38 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Mon, 9 Feb 2026 11:23:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E9=97=AD=E5=8C=BA=E5=9F=9F=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Supervision/EnclosedArea/Apply/Personnel/View/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 },