feat
parent
71101bc50a
commit
3eaa364f29
|
|
@ -115,28 +115,7 @@ const menuItems = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: "/safetyEval/container/OrgSupervision",
|
||||
label: "安评机构监督管理",
|
||||
icon: <BankOutlined />,
|
||||
children: [
|
||||
{
|
||||
key: "/safetyEval/container/MonitorManage/QualMonitor",
|
||||
label: "资质保持监控",
|
||||
icon: <BarChartOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/safetyEval/container/Supervision/EvalReportDatabase",
|
||||
label: "安评报告数据库",
|
||||
icon: <FileProtectOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/safetyEval/container/Supervision/EvalPortrait",
|
||||
label: "安全评价画像",
|
||||
icon: <PieChartOutlined />,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
key: "/safetyEval/container/Supervision/InspectionNotice",
|
||||
label: "监督检查告知",
|
||||
|
|
@ -233,6 +212,16 @@ const menuItems = [
|
|||
label: "项目踏勘监管",
|
||||
icon: <EnvironmentOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/safetyEval/container/Supervision/EvalPortrait",
|
||||
label: "安全评价画像",
|
||||
icon: <PieChartOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/safetyEval/container/Supervision/EvalReportDatabase",
|
||||
label: "安评报告数据库",
|
||||
icon: <FileProtectOutlined />,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ const renderFile = (file, idx) => {
|
|||
|
||||
// ===== 合同面板 =====
|
||||
const ContractPanel = ({ data, loading }) => {
|
||||
if (!data?.id) return <Spin><Empty description="暂无合同数据" /></Spin>;
|
||||
if (!data?.id) return <Spin spinning={loading}><Empty description="暂无合同数据" /></Spin>;
|
||||
const scanFiles = parseFileList(data?.scanFileUrl);
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue