From 20f5335b6876dcae2cda40bb7ebd5945c178a78f Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 31 Mar 2025 16:19:13 +0800
Subject: [PATCH] 危化品泄露
---
src/views/pd/components/dynamicPanel.vue | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/src/views/pd/components/dynamicPanel.vue b/src/views/pd/components/dynamicPanel.vue
index e065c4c..60e49cd 100644
--- a/src/views/pd/components/dynamicPanel.vue
+++ b/src/views/pd/components/dynamicPanel.vue
@@ -137,6 +137,56 @@
},
fourtime: 15000,
},
+ {
+ key: 3,
+ title: '典型案例3',
+ content: '危险化学品泄露事故: 危化品停车场一辆硫酸槽罐车发生泄露,大量盐酸流至路面,如不采取措施,将造成污染事故,影响到赣江下游水质。',
+
+ showModel: true,
+
+
+ oneCentent: '2024年09月16日14时,危化品停车场一辆硫酸槽罐车发生泄露,大量盐酸流至路面。',
+ onePointPosition: {
+ lng: 115.10639803,
+ lat: 27.27848014
+ },
+ onetime: 10000,
+
+ twoContent: '立即关闭雨水闸阀。',
+ twoPointPosition: {
+ lng: 115.10665321,
+ lat: 27.27720681
+ },
+ twotime: 13000,
+
+ threeContent: '必要时调度金龙水库清水。',
+ threePointPosition: {
+ lng: 115.10488545,
+ lat: 27.27678110
+ },
+ threetime: 13000,
+
+ fourContent: '转输至江西粤鹏环保高新技术开发有限公司事故应急池。',
+ fourPointPosition: {
+ lng: 115.10499264,
+ lat: 27.28048591
+ },
+ fourtime: 18000,
+
+ fiveContent: '转输至江西腾龙源环保科技有限公司事故应急池。',
+ fivePointPosition: {
+ lng: 115.10332118,
+ lat: 27.27831698
+ },
+ fivetime: 23000,
+
+ sixContent: '根据应急监测方案,立即开展监测,确保污染废水未进入外界水体。',
+ sixPointPosition: {
+ lng: 115.10665321,
+ lat: 27.27720681
+ },
+ sixtime: 28000,
+ },
]
})
--
Gitblit v1.9.3