改标题名字
parent
24a5336d5d
commit
d86b05c3ce
|
|
@ -141,7 +141,7 @@ function OrgInfoPage(props) {
|
|||
<PageLayout
|
||||
title={
|
||||
<div>
|
||||
<span>机构信息管理</span>
|
||||
<span>基础信息管理</span>
|
||||
<div className="pageLayout-extra">
|
||||
新成立或首次使用系统的安全评价机构,可通过系统提供的引导页面,详细填写机构的基本信息。
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ function PersonnelChangePage(props) {
|
|||
<PageLayout
|
||||
title={
|
||||
<div>
|
||||
<span>人员变更管理</span>
|
||||
<span>员工变更管理</span>
|
||||
<div className="pageLayout-extra">
|
||||
机构管理员在人员信息管理页面进行相应的修改操作
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ function PersonnelInfoPage(props) {
|
|||
<PageLayout
|
||||
title={
|
||||
<div>
|
||||
<span>人员信息管理</span>
|
||||
<span>员工信息管理</span>
|
||||
<div className="pageLayout-extra">
|
||||
机构管理员在系统中为本机构的人员进行信息录入,包括姓名、性别、身份证号、出生日期等。
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ function QualificationCertPage(props) {
|
|||
<PageLayout
|
||||
title={
|
||||
<div>
|
||||
<span>安全评价资质证书管理</span>
|
||||
<span>备案资质信息</span>
|
||||
<div className="pageLayout-extra">
|
||||
机构需将自身拥有的安全评价资质证书信息录入系统,包括资质等级、发证机关、发证日期、有效期等。
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ function ResignationApplyPage(props) {
|
|||
<PageLayout
|
||||
title={
|
||||
<div>
|
||||
<span>离职申请管理</span>
|
||||
<span>人员离职申请</span>
|
||||
<div className="pageLayout-extra">
|
||||
机构管理员在人员信息管理页面进行相应的修改操作
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -458,7 +458,7 @@ const InstitutionInspectionNotice = (props) => {
|
|||
|
||||
return (
|
||||
<ConfigProvider theme={PROTO_THEME}>
|
||||
<PageLayout title="监督检查通知">
|
||||
<PageLayout title="监管通知管理">
|
||||
<div className="inst-page">
|
||||
<div className="inst-page-header">
|
||||
<div className="inst-sub">
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ const menuItems = [
|
|||
},
|
||||
{
|
||||
key: "/safetyEval/container/Supervision/BasicInfo/RegisteredOrg/List",
|
||||
label: "已备案机构管理",
|
||||
label: "机构备案管理",
|
||||
icon: <FileProtectOutlined />,
|
||||
},
|
||||
{
|
||||
|
|
@ -90,7 +90,7 @@ const menuItems = [
|
|||
},
|
||||
{
|
||||
key: "/safetyEval/container/QualificationReview/QualReview",
|
||||
label: "审核列表",
|
||||
label: "资质备案初审",
|
||||
icon: <FormOutlined />,
|
||||
},
|
||||
{
|
||||
|
|
@ -125,27 +125,27 @@ const menuItems = [
|
|||
},
|
||||
{
|
||||
key: "/safetyEval/container/EnterpriseInfo",
|
||||
label: "企业信息管理",
|
||||
label: "机构信息管理",
|
||||
icon: <ShopOutlined />,
|
||||
children: [
|
||||
{
|
||||
key: "/safetyEval/container/EnterpriseInfo/OrgInfo",
|
||||
label: "机构信息管理",
|
||||
label: "基础信息管理",
|
||||
icon: <BankOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/safetyEval/container/EnterpriseInfo/QualificationCert",
|
||||
label: "资质信息管理",
|
||||
label: "备案资质信息",
|
||||
icon: <SafetyCertificateOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/safetyEval/container/EnterpriseInfo/PersonnelChange",
|
||||
label: "人员变更管理",
|
||||
label: "员工变更管理",
|
||||
icon: <SwapOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/safetyEval/container/EnterpriseInfo/PersonnelInfo/List",
|
||||
label: "人员信息管理",
|
||||
label: "员工信息管理",
|
||||
icon: <TeamOutlined />,
|
||||
},
|
||||
{
|
||||
|
|
@ -172,12 +172,12 @@ const menuItems = [
|
|||
children: [
|
||||
{
|
||||
key: "/safetyEval/container/qualApplication/filingApplication/list",
|
||||
label: "资质备案申请",
|
||||
label: "资质申请管理",
|
||||
icon: <FormOutlined />,
|
||||
},
|
||||
{
|
||||
key: "/safetyEval/container/qualApplication/filedManage/list",
|
||||
label: "已备案资质管理",
|
||||
label: "已有资质备案",
|
||||
icon: <CheckCircleOutlined />,
|
||||
},
|
||||
{
|
||||
|
|
@ -204,7 +204,7 @@ const menuItems = [
|
|||
},
|
||||
{
|
||||
key: "/safetyEval/container/MonitorManage/EvalProjectMonitor/List",
|
||||
label: "安评项目实时监控",
|
||||
label: "项目实时监控",
|
||||
icon: <FileTextOutlined />,
|
||||
},
|
||||
{
|
||||
|
|
@ -236,7 +236,7 @@ const menuItems = [
|
|||
children: [
|
||||
{
|
||||
key: "/safetyEval/container/SafetyEvalBusiness/MyProject",
|
||||
label: "我的项目",
|
||||
label: "我的项目工作",
|
||||
icon: <FileTextOutlined />,
|
||||
},
|
||||
{
|
||||
|
|
@ -278,19 +278,19 @@ const menuItems = [
|
|||
children: [
|
||||
{
|
||||
key: "/safetyEval/container/SafetyEvalBusiness/EvalReportLibrary",
|
||||
label: "报告库",
|
||||
label: "报告库管理",
|
||||
icon: <FileTextOutlined />,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: "/safetyEval/container/InspNoticeManage",
|
||||
label: "监督检查通知管理",
|
||||
label: "监管通知管理",
|
||||
icon: <BellOutlined />,
|
||||
children: [
|
||||
{
|
||||
key: "/safetyEval/container/InspNoticeManage/InspectionNotice",
|
||||
label: "监督检查通知",
|
||||
label: "监管通知管理",
|
||||
icon: <FileTextOutlined />,
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ const EvalProjectMonitor = (props) => {
|
|||
];
|
||||
|
||||
return (
|
||||
<PageLayout title="安评项目实时监控">
|
||||
<PageLayout title="项目实时监控">
|
||||
<Row gutter={16} className="epm-stat-row">
|
||||
{STAT_ITEMS.map((item) => (
|
||||
<Col span={6} key={item.key}>
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ function FiledManageListPage(props) {
|
|||
<>
|
||||
<FilingListTable
|
||||
PageLayout={PageLayout}
|
||||
listTitle="已备案资质管理"
|
||||
listTitle="已有资质备案"
|
||||
|
||||
createLabel="资质备案填报"
|
||||
mode={FILING_FORM_MODE.FILED}
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ function FilingApplicationListPage(props) {
|
|||
return (
|
||||
<FilingListTable
|
||||
PageLayout={PageLayout}
|
||||
listTitle="资质备案申请"
|
||||
listTitle="资质申请管理"
|
||||
|
||||
createLabel="申请备案"
|
||||
mode={FILING_FORM_MODE.APPLICATION}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ import PrerequisiteVerifyModal from "./components/PrerequisiteVerifyModal";
|
|||
const router = tools.router;
|
||||
|
||||
const MODE_TITLE = {
|
||||
[FILING_FORM_MODE.APPLICATION]: "资质备案申请",
|
||||
[FILING_FORM_MODE.APPLICATION]: "资质申请管理",
|
||||
[FILING_FORM_MODE.FILED]: "资质备案填报",
|
||||
[FILING_FORM_MODE.CHANGE]: "修改备案信息",
|
||||
};
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ const QualReview = (props) => {
|
|||
];
|
||||
|
||||
return (
|
||||
<PageLayout title="资质备案审核">
|
||||
<PageLayout title="资质备案初审">
|
||||
<SearchForm
|
||||
style={{ marginBottom: 24 }}
|
||||
form={form}
|
||||
|
|
|
|||
|
|
@ -592,7 +592,7 @@ const EvalReportLibrary = (props) => {
|
|||
return (
|
||||
<ConfigProvider theme={PROTO_THEME}>
|
||||
<PageLayout
|
||||
title="报告库"
|
||||
title="报告库管理"
|
||||
extra={
|
||||
<Button type="primary" icon={<PlusOutlined />} onClick={handleOpenAdd}>
|
||||
上传历史报告
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ const MyProject = (props) => {
|
|||
];
|
||||
|
||||
return (
|
||||
<PageLayout title="我的项目">
|
||||
<PageLayout title="我的项目工作">
|
||||
<Row gutter={16} style={{ marginBottom: 16 }}>
|
||||
<Col span={6}>
|
||||
<Card size="small">
|
||||
|
|
|
|||
|
|
@ -260,7 +260,7 @@ function OrgAccountPage(props) {
|
|||
<PageLayout
|
||||
title={
|
||||
<div>
|
||||
<span>评价机构账号管理</span>
|
||||
<span>机构账号管理</span>
|
||||
<div className="pageLayout-extra">监管端维护评价机构开户账号。</div>
|
||||
</div>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ function RegisteredOrgListPage(props) {
|
|||
<PageLayout
|
||||
title={
|
||||
<div>
|
||||
<span>已备案机构管理</span>
|
||||
<span>机构备案管理</span>
|
||||
<div className="pageLayout-extra">
|
||||
监管端查看已备案评价机构及备案详情。
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue