diff --git a/src/views/oneMap/SmartDrainage/PsRightBox.vue b/src/views/oneMap/SmartDrainage/PsRightBox.vue index b673573..19bd48e 100644 --- a/src/views/oneMap/SmartDrainage/PsRightBox.vue +++ b/src/views/oneMap/SmartDrainage/PsRightBox.vue @@ -49,8 +49,8 @@ -
-
+
+
  • @@ -76,6 +76,32 @@
+
+
    +
  • +
    +
    站点名称:
    +
    + {{ i.siteName }} +
    + {{ i.siteStatus }} +
    +
    +
    深:
    +
    {{ i.z || 0 }}米
    +
    +
    +
    风险分析:
    +
    + {{ i.warnInfo }} +
    +
    +
  • +
+
@@ -222,7 +248,7 @@ { name: '年', value: 2 }, ]); const monitorData = ref([ - { name: '漫溢监测(1/12)', value: 1 }, + { name: '漫溢监测(1/29)', value: 1 }, { name: '积水监测(0/16)', value: 2 }, { name: '水位监测(0/4)', value: 2 }, ]); @@ -231,14 +257,14 @@ refresh: 1, }); const activedname = ref('月'); -const monitorname = ref('漫溢监测(1/12)'); +const monitorname = ref('漫溢监测(1/29)'); function yearclick(val) { activedname.value = val.name; } function monitorclick(val) { monitorname.value = val.name; - if (monitorname.value == '漫溢监测(1/12)') { + if (monitorname.value == '漫溢监测(1/29)') { listData.value = [ { siteName: '东关大街与长青路交叉口', siteStatus: '在线', warnInfo: '无风险' }, { siteName: '大桥街与延河西路交叉口', siteStatus: '在线', warnInfo: '无风险' }, @@ -264,6 +290,15 @@ bus.emit('publicDialog', data); // showPipe.value = true; } +// 积水弹框 +function JSshowMapDalog(val) { + let data = { + title: val.siteName, + comIDs: ['spjk', 'jcsj'], + }; + bus.emit('publicDialog', data); + // showPipe.value = true; +} // 派单 const paidan = item => { diff --git a/src/views/oneMap/SmartDrainage/PsRightBox.vue b/src/views/oneMap/SmartDrainage/PsRightBox.vue index b673573..19bd48e 100644 --- a/src/views/oneMap/SmartDrainage/PsRightBox.vue +++ b/src/views/oneMap/SmartDrainage/PsRightBox.vue @@ -49,8 +49,8 @@ -
-
+
+
  • @@ -76,6 +76,32 @@
+
+
    +
  • +
    +
    站点名称:
    +
    + {{ i.siteName }} +
    + {{ i.siteStatus }} +
    +
    +
    深:
    +
    {{ i.z || 0 }}米
    +
    +
    +
    风险分析:
    +
    + {{ i.warnInfo }} +
    +
    +
  • +
+
@@ -222,7 +248,7 @@ { name: '年', value: 2 }, ]); const monitorData = ref([ - { name: '漫溢监测(1/12)', value: 1 }, + { name: '漫溢监测(1/29)', value: 1 }, { name: '积水监测(0/16)', value: 2 }, { name: '水位监测(0/4)', value: 2 }, ]); @@ -231,14 +257,14 @@ refresh: 1, }); const activedname = ref('月'); -const monitorname = ref('漫溢监测(1/12)'); +const monitorname = ref('漫溢监测(1/29)'); function yearclick(val) { activedname.value = val.name; } function monitorclick(val) { monitorname.value = val.name; - if (monitorname.value == '漫溢监测(1/12)') { + if (monitorname.value == '漫溢监测(1/29)') { listData.value = [ { siteName: '东关大街与长青路交叉口', siteStatus: '在线', warnInfo: '无风险' }, { siteName: '大桥街与延河西路交叉口', siteStatus: '在线', warnInfo: '无风险' }, @@ -264,6 +290,15 @@ bus.emit('publicDialog', data); // showPipe.value = true; } +// 积水弹框 +function JSshowMapDalog(val) { + let data = { + title: val.siteName, + comIDs: ['spjk', 'jcsj'], + }; + bus.emit('publicDialog', data); + // showPipe.value = true; +} // 派单 const paidan = item => { diff --git a/src/views/oneMap/floodPrevention/FholRightBox.vue b/src/views/oneMap/floodPrevention/FholRightBox.vue index 9def793..6339e7a 100644 --- a/src/views/oneMap/floodPrevention/FholRightBox.vue +++ b/src/views/oneMap/floodPrevention/FholRightBox.vue @@ -75,7 +75,7 @@ {{ item.pk }} {{ item.zk }} {{ item.ls }} - + @@ -176,6 +176,15 @@ bus.emit('publicDialog', data); // showPipe.value = true; } +// 积水弹框 +function spshowMapDalog(val) { + let data = { + title: val.pk, + comIDs: ['spjk'], + }; + bus.emit('publicDialog', data); + // showPipe.value = true; +}