加上title
parent
a7425c8913
commit
05f6342321
|
|
@ -63,7 +63,7 @@ function EquipInfoPage(props) {
|
|||
};
|
||||
|
||||
return (
|
||||
<PageLayout>
|
||||
<PageLayout title="装备信息管理">
|
||||
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
|
||||
实现对评价机构内装备信息的维护管理。
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ function PersonnelChangePage(props) {
|
|||
}
|
||||
|
||||
return (
|
||||
<PageLayout>
|
||||
<PageLayout title="人员变更管理">
|
||||
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
|
||||
机构管理员在人员信息管理页面进行相应的修改操作
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ function PersonnelInfoPage(props) {
|
|||
};
|
||||
|
||||
return (
|
||||
<PageLayout>
|
||||
<PageLayout title="人员信息管理">
|
||||
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
|
||||
机构管理员在系统中为本机构的人员进行信息录入,包括姓名、性别、身份证号、出生日期等。
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ function QualificationCertPage(props) {
|
|||
};
|
||||
|
||||
return (
|
||||
<PageLayout>
|
||||
<PageLayout title="安全评价资质证书管理">
|
||||
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
|
||||
机构需将自身拥有的安全评价资质证书信息录入系统,包括资质等级、发证机关、发证日期、有效期等。
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ function ResignationApplyPage(props) {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<PageLayout>
|
||||
<PageLayout title="离职申请管理">
|
||||
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
|
||||
机构管理员在人员信息管理页面进行相应的修改操作
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ function EnterprisePortraitPage() {
|
|||
};
|
||||
|
||||
return (
|
||||
<PageLayout>
|
||||
<PageLayout title="企业画像管理">
|
||||
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
|
||||
监管端查看企业安全能力画像与综合评级(当前为 Mock 数据)。
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ function EvaluatorInfoPage() {
|
|||
};
|
||||
|
||||
return (
|
||||
<PageLayout>
|
||||
<PageLayout title="评价师信息管理">
|
||||
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
|
||||
监管端查看辖区内评价师备案及资质状态(当前为 Mock 数据)。
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ function OrgAccountPage(props) {
|
|||
};
|
||||
|
||||
return (
|
||||
<PageLayout>
|
||||
<PageLayout title="评价机构账号管理">
|
||||
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
|
||||
监管端维护评价机构开户账号。
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ function RegisteredOrgListPage(props) {
|
|||
};
|
||||
|
||||
return (
|
||||
<PageLayout>
|
||||
<PageLayout title="已备案机构管理">
|
||||
<p style={{ margin: 0, marginBottom: 24, color: "rgba(0, 0, 0, 0.45)" }}>
|
||||
监管端查看已备案评价机构及备案详情。
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue