加上title

dev_1.0.1
tangjie 2026-06-29 17:21:30 +08:00
parent a7425c8913
commit 05f6342321
9 changed files with 9 additions and 9 deletions

View File

@ -63,7 +63,7 @@ function EquipInfoPage(props) {
}; };
return ( return (
<PageLayout> <PageLayout title="装备信息管理">
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}> <p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
实现对评价机构内装备信息的维护管理 实现对评价机构内装备信息的维护管理
</p> </p>

View File

@ -138,7 +138,7 @@ function PersonnelChangePage(props) {
} }
return ( return (
<PageLayout> <PageLayout title="人员变更管理">
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}> <p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
机构管理员在人员信息管理页面进行相应的修改操作 机构管理员在人员信息管理页面进行相应的修改操作
</p> </p>

View File

@ -110,7 +110,7 @@ function PersonnelInfoPage(props) {
}; };
return ( return (
<PageLayout> <PageLayout title="人员信息管理">
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}> <p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
机构管理员在系统中为本机构的人员进行信息录入包括姓名性别身份证号出生日期等 机构管理员在系统中为本机构的人员进行信息录入包括姓名性别身份证号出生日期等
</p> </p>

View File

@ -90,7 +90,7 @@ function QualificationCertPage(props) {
}; };
return ( return (
<PageLayout> <PageLayout title="安全评价资质证书管理">
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}> <p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
机构需将自身拥有的安全评价资质证书信息录入系统包括资质等级发证机关发证日期有效期等 机构需将自身拥有的安全评价资质证书信息录入系统包括资质等级发证机关发证日期有效期等
</p> </p>

View File

@ -49,7 +49,7 @@ function ResignationApplyPage(props) {
}, []); }, []);
return ( return (
<PageLayout> <PageLayout title="离职申请管理">
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}> <p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
机构管理员在人员信息管理页面进行相应的修改操作 机构管理员在人员信息管理页面进行相应的修改操作
</p> </p>

View File

@ -50,7 +50,7 @@ function EnterprisePortraitPage() {
}; };
return ( return (
<PageLayout> <PageLayout title="企业画像管理">
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}> <p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
监管端查看企业安全能力画像与综合评级当前为 Mock 数据 监管端查看企业安全能力画像与综合评级当前为 Mock 数据
</p> </p>

View File

@ -51,7 +51,7 @@ function EvaluatorInfoPage() {
}; };
return ( return (
<PageLayout> <PageLayout title="评价师信息管理">
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}> <p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
监管端查看辖区内评价师备案及资质状态当前为 Mock 数据 监管端查看辖区内评价师备案及资质状态当前为 Mock 数据
</p> </p>

View File

@ -163,7 +163,7 @@ function OrgAccountPage(props) {
}; };
return ( return (
<PageLayout> <PageLayout title="评价机构账号管理">
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}> <p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
监管端维护评价机构开户账号 监管端维护评价机构开户账号
</p> </p>

View File

@ -45,7 +45,7 @@ function RegisteredOrgListPage(props) {
}; };
return ( return (
<PageLayout> <PageLayout title="已备案机构管理">
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}> <p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
监管端查看已备案评价机构及备案详情 监管端查看已备案评价机构及备案详情
</p> </p>