From d86b05c3cee9da737b92bdbff20366cde74f92f5 Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Mon, 3 Aug 2026 17:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=A0=87=E9=A2=98=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Container/EnterpriseInfo/OrgInfo/index.js | 2 +- .../EnterpriseInfo/PersonnelChange/index.js | 2 +- .../PersonnelInfo/List/index.js | 2 +- .../EnterpriseInfo/QualificationCert/index.js | 2 +- .../EnterpriseInfo/ResignationApply/index.js | 2 +- .../InspectionNotice/index.js | 2 +- src/pages/Container/Layout/menuConfig.js | 28 +++++++++---------- .../EvalProjectMonitor/List/index.js | 2 +- .../QualApplication/FiledManage/List/index.js | 2 +- .../FilingApplication/List/index.js | 2 +- .../QualApplication/FilingForm/index.js | 2 +- .../QualificationReview/QualReview/index.js | 2 +- .../EvalReportLibrary/index.js | 2 +- .../SafetyEvalBusiness/MyProject/index.js | 2 +- .../Supervision/BasicInfo/OrgAccount/index.js | 2 +- .../BasicInfo/RegisteredOrg/List/index.js | 2 +- 16 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/pages/Container/EnterpriseInfo/OrgInfo/index.js b/src/pages/Container/EnterpriseInfo/OrgInfo/index.js index 53b33f8..b2e40fa 100644 --- a/src/pages/Container/EnterpriseInfo/OrgInfo/index.js +++ b/src/pages/Container/EnterpriseInfo/OrgInfo/index.js @@ -141,7 +141,7 @@ function OrgInfoPage(props) { - 机构信息管理 + 基础信息管理
新成立或首次使用系统的安全评价机构,可通过系统提供的引导页面,详细填写机构的基本信息。
diff --git a/src/pages/Container/EnterpriseInfo/PersonnelChange/index.js b/src/pages/Container/EnterpriseInfo/PersonnelChange/index.js index dc85b25..32fe0a5 100644 --- a/src/pages/Container/EnterpriseInfo/PersonnelChange/index.js +++ b/src/pages/Container/EnterpriseInfo/PersonnelChange/index.js @@ -249,7 +249,7 @@ function PersonnelChangePage(props) { - 人员变更管理 + 员工变更管理
机构管理员在人员信息管理页面进行相应的修改操作
diff --git a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js index c6a35c1..860fa49 100644 --- a/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js +++ b/src/pages/Container/EnterpriseInfo/PersonnelInfo/List/index.js @@ -133,7 +133,7 @@ function PersonnelInfoPage(props) { - 人员信息管理 + 员工信息管理
机构管理员在系统中为本机构的人员进行信息录入,包括姓名、性别、身份证号、出生日期等。
diff --git a/src/pages/Container/EnterpriseInfo/QualificationCert/index.js b/src/pages/Container/EnterpriseInfo/QualificationCert/index.js index b5378ea..9f63bbc 100644 --- a/src/pages/Container/EnterpriseInfo/QualificationCert/index.js +++ b/src/pages/Container/EnterpriseInfo/QualificationCert/index.js @@ -114,7 +114,7 @@ function QualificationCertPage(props) { - 安全评价资质证书管理 + 备案资质信息
机构需将自身拥有的安全评价资质证书信息录入系统,包括资质等级、发证机关、发证日期、有效期等。
diff --git a/src/pages/Container/EnterpriseInfo/ResignationApply/index.js b/src/pages/Container/EnterpriseInfo/ResignationApply/index.js index d3f3123..7a76ae2 100644 --- a/src/pages/Container/EnterpriseInfo/ResignationApply/index.js +++ b/src/pages/Container/EnterpriseInfo/ResignationApply/index.js @@ -78,7 +78,7 @@ function ResignationApplyPage(props) { - 离职申请管理 + 人员离职申请
机构管理员在人员信息管理页面进行相应的修改操作
diff --git a/src/pages/Container/InspNoticeManage/InspectionNotice/index.js b/src/pages/Container/InspNoticeManage/InspectionNotice/index.js index ada6932..3306c4a 100644 --- a/src/pages/Container/InspNoticeManage/InspectionNotice/index.js +++ b/src/pages/Container/InspNoticeManage/InspectionNotice/index.js @@ -458,7 +458,7 @@ const InstitutionInspectionNotice = (props) => { return ( - +
diff --git a/src/pages/Container/Layout/menuConfig.js b/src/pages/Container/Layout/menuConfig.js index 7b9c5d3..5e5814a 100644 --- a/src/pages/Container/Layout/menuConfig.js +++ b/src/pages/Container/Layout/menuConfig.js @@ -58,7 +58,7 @@ const menuItems = [ }, { key: "/safetyEval/container/Supervision/BasicInfo/RegisteredOrg/List", - label: "已备案机构管理", + label: "机构备案管理", icon: , }, { @@ -90,7 +90,7 @@ const menuItems = [ }, { key: "/safetyEval/container/QualificationReview/QualReview", - label: "审核列表", + label: "资质备案初审", icon: , }, { @@ -125,27 +125,27 @@ const menuItems = [ }, { key: "/safetyEval/container/EnterpriseInfo", - label: "企业信息管理", + label: "机构信息管理", icon: , children: [ { key: "/safetyEval/container/EnterpriseInfo/OrgInfo", - label: "机构信息管理", + label: "基础信息管理", icon: , }, { key: "/safetyEval/container/EnterpriseInfo/QualificationCert", - label: "资质信息管理", + label: "备案资质信息", icon: , }, { key: "/safetyEval/container/EnterpriseInfo/PersonnelChange", - label: "人员变更管理", + label: "员工变更管理", icon: , }, { key: "/safetyEval/container/EnterpriseInfo/PersonnelInfo/List", - label: "人员信息管理", + label: "员工信息管理", icon: , }, { @@ -172,12 +172,12 @@ const menuItems = [ children: [ { key: "/safetyEval/container/qualApplication/filingApplication/list", - label: "资质备案申请", + label: "资质申请管理", icon: , }, { key: "/safetyEval/container/qualApplication/filedManage/list", - label: "已备案资质管理", + label: "已有资质备案", icon: , }, { @@ -204,7 +204,7 @@ const menuItems = [ }, { key: "/safetyEval/container/MonitorManage/EvalProjectMonitor/List", - label: "安评项目实时监控", + label: "项目实时监控", icon: , }, { @@ -236,7 +236,7 @@ const menuItems = [ children: [ { key: "/safetyEval/container/SafetyEvalBusiness/MyProject", - label: "我的项目", + label: "我的项目工作", icon: , }, { @@ -278,19 +278,19 @@ const menuItems = [ children: [ { key: "/safetyEval/container/SafetyEvalBusiness/EvalReportLibrary", - label: "报告库", + label: "报告库管理", icon: , }, ], }, { key: "/safetyEval/container/InspNoticeManage", - label: "监督检查通知管理", + label: "监管通知管理", icon: , children: [ { key: "/safetyEval/container/InspNoticeManage/InspectionNotice", - label: "监督检查通知", + label: "监管通知管理", icon: , }, ], diff --git a/src/pages/Container/MonitorManage/EvalProjectMonitor/List/index.js b/src/pages/Container/MonitorManage/EvalProjectMonitor/List/index.js index 98f7aa1..219f451 100644 --- a/src/pages/Container/MonitorManage/EvalProjectMonitor/List/index.js +++ b/src/pages/Container/MonitorManage/EvalProjectMonitor/List/index.js @@ -182,7 +182,7 @@ const EvalProjectMonitor = (props) => { ]; return ( - + {STAT_ITEMS.map((item) => ( diff --git a/src/pages/Container/QualApplication/FiledManage/List/index.js b/src/pages/Container/QualApplication/FiledManage/List/index.js index 0050301..a3833cc 100644 --- a/src/pages/Container/QualApplication/FiledManage/List/index.js +++ b/src/pages/Container/QualApplication/FiledManage/List/index.js @@ -66,7 +66,7 @@ function FiledManageListPage(props) { <> { ]; return ( - + { return ( } onClick={handleOpenAdd}> 上传历史报告 diff --git a/src/pages/Container/SafetyEvalBusiness/MyProject/index.js b/src/pages/Container/SafetyEvalBusiness/MyProject/index.js index cd7c8d6..d5951a1 100644 --- a/src/pages/Container/SafetyEvalBusiness/MyProject/index.js +++ b/src/pages/Container/SafetyEvalBusiness/MyProject/index.js @@ -137,7 +137,7 @@ const MyProject = (props) => { ]; return ( - + diff --git a/src/pages/Container/Supervision/BasicInfo/OrgAccount/index.js b/src/pages/Container/Supervision/BasicInfo/OrgAccount/index.js index c5e31cc..0bf422d 100644 --- a/src/pages/Container/Supervision/BasicInfo/OrgAccount/index.js +++ b/src/pages/Container/Supervision/BasicInfo/OrgAccount/index.js @@ -260,7 +260,7 @@ function OrgAccountPage(props) { - 评价机构账号管理 + 机构账号管理
监管端维护评价机构开户账号。
} diff --git a/src/pages/Container/Supervision/BasicInfo/RegisteredOrg/List/index.js b/src/pages/Container/Supervision/BasicInfo/RegisteredOrg/List/index.js index 719d482..4f4d6a2 100644 --- a/src/pages/Container/Supervision/BasicInfo/RegisteredOrg/List/index.js +++ b/src/pages/Container/Supervision/BasicInfo/RegisteredOrg/List/index.js @@ -64,7 +64,7 @@ function RegisteredOrgListPage(props) { - 已备案机构管理 + 机构备案管理
监管端查看已备案评价机构及备案详情。