From 2a46b1361e3dc2e13e98a250466315b916afd156 Mon Sep 17 00:00:00 2001
From: LiuJiaNan <15703339975@163.com>
Date: Tue, 14 Apr 2026 14:46:52 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=AB=AF=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../EmergencyAddressBook/List/index.js | 29 ++++---
.../ExpertEmergencyRescueExpert/List/index.js | 29 ++++---
.../List/index.js | 47 +++++-----
.../ExpertEmergencyRescueTeam/List/index.js | 47 +++++-----
.../List/index.js | 47 +++++-----
.../List/index.js | 29 ++++---
.../EmergencyRescueTeam/List/index.js | 29 ++++---
.../List/index.js | 29 ++++---
.../List/index.js | 29 ++++---
.../List/index.js | 29 ++++---
.../List/index.js | 29 ++++---
.../Duty/DutyLog/List/index.js | 29 ++++---
.../Duty/SchedulingRegistration/List/index.js | 5 +-
.../Case/List/index.js | 67 ++++++++-------
.../GenerationProcess/List/index.js | 67 ++++++++-------
.../HazardousChemicals/List/index.js | 67 ++++++++-------
.../HazardousGoods/List/index.js | 67 ++++++++-------
.../EventReport/List/index.js | 27 +++---
.../ClosedCardPort/List/index.js | 29 ++++---
.../DrainageWell/List/index.js | 29 ++++---
.../EmergencyEquipment/List/index.js | 29 ++++---
.../EmergencyShelter/List/index.js | 29 ++++---
.../MaterialEquipment/List/index.js | 85 +++++++++++--------
.../EmergencyExercise/List/index.js | 29 ++++---
.../PlanAndDrill/EmergencyPlan/List/index.js | 29 ++++---
.../PlanAndDrill/EnterprisePlan/List/index.js | 15 ++--
.../EnterprisePlanApplyRecords/List/index.js | 9 +-
.../EnterprisePlanAudit/List/index.js | 8 +-
.../EnterprisePlanAuditRecords/List/index.js | 9 +-
29 files changed, 563 insertions(+), 439 deletions(-)
diff --git a/src/pages/Container/Enterprise/EmergencyOrganization/EmergencyAddressBook/List/index.js b/src/pages/Container/Enterprise/EmergencyOrganization/EmergencyAddressBook/List/index.js
index f0e7cd5..3076a0a 100644
--- a/src/pages/Container/Enterprise/EmergencyOrganization/EmergencyAddressBook/List/index.js
+++ b/src/pages/Container/Enterprise/EmergencyOrganization/EmergencyAddressBook/List/index.js
@@ -1,3 +1,4 @@
+import { Permission } from "@cqsjjb/jjb-common-decorator/permission";
import { Connect } from "@cqsjjb/jjb-dva-runtime";
import { Button, message, Modal, Space, Tag } from "antd";
import { useEffect, useState } from "react";
@@ -62,7 +63,7 @@ function List(props) {
(
- {!props.isRecord && (
+ {(!props.isRecord && props.permission("qyd-enterprise-emergency-address-book-add")) && (
)}
@@ -85,15 +86,17 @@ function List(props) {
fixed: "right",
render: (_, record) => (
-
- {!props.isRecord && (
+ {props.permission("qyd-enterprise-emergency-address-book-member") && (
+
+ )}
+ {(!props.isRecord && props.permission("qyd-enterprise-emergency-address-book-edit")) && (
)}
- {!props.isRecord && (
+ {(!props.isRecord && props.permission("qyd-enterprise-emergency-address-book-del")) && (