Răsfoiți Sursa

Merge branch 'master' of http://39.98.38.2:13000/lql/tba-nbhs

viviandjava 5 luni în urmă
părinte
comite
b7e32e3aed
2 a modificat fișierele cu 57 adăugiri și 9 ștergeri
  1. 57 5
      src/utils/station.ts
  2. 0 4
      src/views/Home.vue

+ 57 - 5
src/utils/station.ts

@@ -357,7 +357,7 @@ export const YANGTZE_RIVER_DELTA_STATIONS = [
   {
     "lttd": "30.841321",
     "stcd": "63304650",
-    "stnm": "思源大桥",
+    "stnm": "思源",
     "lgtd": "120.522088",
     "wrz": 4.19,
     "grz": 4.29
@@ -498,9 +498,61 @@ export const YANGTZE_RIVER_DELTA_STATIONS = [
     "stnm": "嘉兴",
     "lgtd": "120.700424",
     "wrz": 3.60
+  },
+  {
+    "stcd": "70112100",
+    "stnm": "罗桐埠",
+    "title": "罗桐埠",
+    "lgtd": "119.254444",
+    "lttd": "29.476389",
+    "xzqh": "浙江杭州",
+  },
+  {
+    "stcd": "70111400",
+    "stnm": "街口",
+    "lgtd": "118.71691",
+    "lttd": "29.72391",
+    "xzqh": "浙江杭州",
+  },
+  {
+    "stcd": "63304730",
+    "stnm": "文桥",
+    "lgtd": "120.465831",
+    "lttd": "30.800258",
+    "xzqh": "浙江湖州",
+  },
+  {
+    "stcd": "63305451",
+    "stnm": "圣塘桥",
+    "lgtd": "120.589144",
+    "lttd": "30.838792",
+    "xzqh": "浙江嘉兴",
+  },
+  {
+    "stcd": "701T0001",
+    "stnm": "新安江水文实验站",
+    "title": "丁栅闸",
+    "lgtd": "117.99223749",
+    "lttd": "29.66659453",
+    "xzqh": "浙江嘉兴",
+  },
+  {
+    "stcd": "71501011",
+    "stnm": "双港",
+    "title": "马蹄岙电站",
+    "lgtd": "118.91861",
+    "lttd": "27.61917",
+  },
+  {
+    "stcd": "71501010",
+    "stnm": "托溪水文站",
+    "lgtd": "119.354764",
+    "lttd": "27.491128",
+    "xzqh": "福建宁德",
   }
 ]
 
+
 // 超警超保统计站点
 export const ALARM_STATISTICS_STATIONS = [
   {
@@ -518,8 +570,8 @@ export const ALARM_STATISTICS_STATIONS = [
   {
     "stcd": "63301600",
     "stnm": "王江泾",
-    "wrz": 3.60,
-    "grz": 4.00
+    "wrz": 3.20,
+    "grz": 3.50
   },
   {
     "stcd": "63205350",
@@ -530,7 +582,7 @@ export const ALARM_STATISTICS_STATIONS = [
   {
     "stcd": "63301150",
     "stnm": "嘉兴",
-    "wrz": 3.60,
-    "grz": 4.00
+    "wrz": 3.30,
+    "grz": 3.70
   }
 ]

+ 0 - 4
src/views/Home.vue

@@ -130,10 +130,6 @@ function getStationList() {
         s['q'] = data.q
         s['drp'] = data.drp
       }
-      if (s.stcd === '701T0001') {
-        s.lgtd = '117.99223749'
-        s.lttd = '29.66659453'
-      }
     })
     tableData.push(...YANGTZE_RIVER_DELTA_STATIONS)
     initPoints()