From bd6b2140c59d38ebcd631eb6d4b5651699d37a79 Mon Sep 17 00:00:00 2001 From: shixiaoman <531268472@qq.com> Date: Mon, 22 Nov 2021 10:41:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=9F=E6=B2=B3=E6=B0=B4=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=87=87=E9=9B=86=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../water/river-station/statistic/colums.js | 27 + .../river-station/statistic/site-day-avg.vue | 508 ++++++++++++ .../water/river-station/statistic/site.vue | 570 ++++++++++++++ src/views/water/river/collect/colums.js | 279 +++++-- src/views/water/river/collect/index.vue | 745 +++++++++--------- src/views/water/river/statistic/area-base.vue | 249 ++++++ src/views/water/river/statistic/area.vue | 309 ++++++++ src/views/water/river/statistic/avg.vue | 228 ++++++ .../river/statistic/city-county-place.vue | 286 +++++++ src/views/water/river/statistic/index.vue | 81 +- .../water-function-area/statistic/auto.vue | 325 ++++++++ .../statistic/national.vue | 354 +++++++++ 12 files changed, 3503 insertions(+), 458 deletions(-) create mode 100644 src/views/water/river-station/statistic/colums.js create mode 100644 src/views/water/river-station/statistic/site-day-avg.vue create mode 100644 src/views/water/river-station/statistic/site.vue create mode 100644 src/views/water/river/statistic/area-base.vue create mode 100644 src/views/water/river/statistic/area.vue create mode 100644 src/views/water/river/statistic/avg.vue create mode 100644 src/views/water/river/statistic/city-county-place.vue create mode 100644 src/views/water/water-function-area/statistic/auto.vue create mode 100644 src/views/water/water-function-area/statistic/national.vue diff --git a/src/views/water/river-station/statistic/colums.js b/src/views/water/river-station/statistic/colums.js new file mode 100644 index 0000000..094a206 --- /dev/null +++ b/src/views/water/river-station/statistic/colums.js @@ -0,0 +1,27 @@ +const tableColumns = [ + {title: "水体类型", dataIndex: "waterBodyType", sorter: true,}, + {title: "水资源一级区名称", dataIndex: "waterResourcesFirstLevelZoneName", sorter: true,}, + {title: "水质目标", dataIndex: "waterQualityGoal", sorter: true,}, + {title: "数据来源", dataIndex: "dataSources", sorter: true,}, + {title: "断面名称", dataIndex: "sectionName", sorter: true,}, + // {title: "采样时间", dataIndex: "samplingTime", sorter: true,}, + {title: "溶解氧", dataIndex: "dissolvedOxygen", sorter: true,}, + {title: "高锰酸盐指数", dataIndex: "permanganateIndex", sorter: true,}, + {title: "化学需氧量", dataIndex: "cod", sorter: true,}, + {title: "五日生化需氧量", dataIndex: "fiveDayBod", sorter: true,}, + {title: "氨氮", dataIndex: "ammonia", sorter: true,}, + {title: "总磷", dataIndex: "totalPhosphorus", sorter: true,}, + + {title: "水功能区水质类别", dataIndex: "ffeWaterFunctionAreaWaterQualityCategory"}, + {title: "达标评价结论", dataIndex: "ffeCompliantEvaluationConclusion"}, + {title: "主要超标项目及其超标倍数", dataIndex: "ffeMajorOverStandardItemsMultiples"}, + + {title: "水功能区水质类别", dataIndex: "lprlWaterFunctionAreaWaterQualityCategory"}, + {title: "达标评价结论", dataIndex: "lprlCompliantEvaluationConclusion"}, + {title: "主要超标项目及其超标倍数", dataIndex: "lprlMajorOverStandardItemsMultiples"}, + {title: "系统编码", dataIndex: "systemCode", sorter: true,}, + {title: "备注", dataIndex: "remark", sorter: true,}, + +]; + +export {tableColumns} diff --git a/src/views/water/river-station/statistic/site-day-avg.vue b/src/views/water/river-station/statistic/site-day-avg.vue new file mode 100644 index 0000000..43bbc77 --- /dev/null +++ b/src/views/water/river-station/statistic/site-day-avg.vue @@ -0,0 +1,508 @@ + + + + + \ No newline at end of file diff --git a/src/views/water/river-station/statistic/site.vue b/src/views/water/river-station/statistic/site.vue new file mode 100644 index 0000000..39bfef4 --- /dev/null +++ b/src/views/water/river-station/statistic/site.vue @@ -0,0 +1,570 @@ + + + + + \ No newline at end of file diff --git a/src/views/water/river/collect/colums.js b/src/views/water/river/collect/colums.js index 4c287cd..19365bd 100644 --- a/src/views/water/river/collect/colums.js +++ b/src/views/water/river/collect/colums.js @@ -1,50 +1,231 @@ -const tableColumns = [ - {title: "断面编码",dataIndex: "sectionCode",sorter: true,}, - {title: "断面名称",dataIndex: "sectionName",sorter: true,}, - {title: "考核省份",dataIndex: "evaluationProvince",sorter: true,}, - {title: "断面类型",dataIndex: "sectionType",sorter: true,}, - {title: "断面属性",dataIndex: "sectionAttributes",sorter: true,}, - {title: "流域",dataIndex: "watershed",sorter: true,}, - {title: "水系",dataIndex: "waterSystem",sorter: true,}, - // {title: "监测时间",dataIndex: "monitorTime",sorter: true,}, - {title: "所在水体",dataIndex: "waterBody",sorter: true,}, - {title: "汇入水体 ",dataIndex: "intoWaterBody",sorter: true,}, - {title: "河流级别",dataIndex: "riverLevel",sorter: true,}, - {title: "监测年份",dataIndex: "monitoringYear",sorter: true,}, - {title: "监测月份",dataIndex: "monitoringMonth",sorter: true,}, - {title: "水质类别",dataIndex: "waterQualityCategory",sorter: true,}, - {title: "电导率(ms/m)",dataIndex: "conductivity",sorter: true,}, - {title: "水温(℃)",dataIndex: "waterTemperature",sorter: true,}, - {title: "pH值",dataIndex: "ph",sorter: true,}, - {title: "溶解氧(mg/L)",dataIndex: "dissolvedOxygen",sorter: true,}, - {title: "透明度(cm)",dataIndex: "transparency",sorter: true,}, - {title: "盐度(‰)",dataIndex: "salinity",sorter: true,}, - {title: "COD Mn(mg/L)",dataIndex: "codMn",sorter: true,}, - {title: "COD Cr(mg/L)",dataIndex: "codCr",sorter: true,}, - {title: "NH₃-N(mg/L)",dataIndex: "nh3N",sorter: true,}, - {title: "T-P(mg/L)",dataIndex: "tP",sorter: true,}, - {title: "T-N(mg/L)",dataIndex: "tN",sorter: true,}, - {title: "Cu(mg/L)",dataIndex: "cu",sorter: true,}, - {title: "Zn(mg/L)",dataIndex: "zn",sorter: true,}, - {title: "Pb(mg/L)",dataIndex: "pb",sorter: true,}, - {title: "Cd(mg/L)",dataIndex: "cd",sorter: true,}, - {title: "BOD5(mg/L)",dataIndex: "bod5",sorter: true,}, - {title: "T-As(mg/L)",dataIndex: "tAs",sorter: true,}, - {title: "T-Se(mg/L)",dataIndex: "tSe",sorter: true,}, - {title: "T-Hg(mg/L)",dataIndex: "tHg",sorter: true,}, - {title: "Cr6+(mg/L)",dataIndex: "cr6",sorter: true,}, - {title: "F-(mg/L)",dataIndex: "f",sorter: true,}, - {title: "CN-(mg/L)",dataIndex: "cn",sorter: true,}, - {title: "挥发酚(mg/L)",dataIndex: "volatilePhenol",sorter: true,}, - {title: "石油类(mg/L)",dataIndex: "petro",sorter: true,}, - {title: "LAS(mg/L)",dataIndex: "las",sorter: true,}, - {title: "S2-(mg/L)",dataIndex: "s2",sorter: true,}, - {title: "Chla(mg/L)",dataIndex: "chla",sorter: true,}, - {title: "NO₃-(mg/L)",dataIndex: "no3",sorter: true,}, - {title: "NO₂-(mg/L)",dataIndex: "no2",sorter: true,}, - {title: "流量(m³/s)",dataIndex: "flow",sorter: true,}, - {title: "水位",dataIndex: "waterLevel",sorter: true,}, - {title: "备注",dataIndex: "remark",sorter: true,}, - ]; +const tableColumns = [{ + title: "断面编码", + dataIndex: "sectionCode", + sorter: true, + }, + { + title: "断面名称", + dataIndex: "sectionName", + sorter: true, + }, + { + title: "考核省份", + dataIndex: "evaluationProvince", + sorter: true, + }, + { + title: "断面类型", + dataIndex: "sectionType", + sorter: true, + }, + { + title: "断面属性", + dataIndex: "sectionAttributes", + sorter: true, + }, + { + title: "流域", + dataIndex: "watershed", + sorter: true, + }, + { + title: "水系", + dataIndex: "waterSystem", + sorter: true, + }, + // {title: "监测时间",dataIndex: "monitorTime",sorter: true,}, + { + title: "所在水体", + dataIndex: "waterBody", + sorter: true, + }, + { + title: "汇入水体 ", + dataIndex: "intoWaterBody", + sorter: true, + }, + { + title: "河流级别", + dataIndex: "riverLevel", + sorter: true, + }, + { + title: "监测年份", + dataIndex: "monitoringYear", + sorter: true, + }, + { + title: "监测月份", + dataIndex: "monitoringMonth", + sorter: true, + }, + { + title: "水质类别", + dataIndex: "waterQualityCategory", + sorter: true, + }, + { + title: "电导率(ms/m)", + dataIndex: "conductivity", + sorter: true, + }, + { + title: "水温(℃)", + dataIndex: "waterTemperature", + sorter: true, + }, + { + title: "pH值", + dataIndex: "ph", + sorter: true, + }, + { + title: "溶解氧(mg/L)", + dataIndex: "dissolvedOxygen", + sorter: true, + }, + { + title: "透明度(cm)", + dataIndex: "transparency", + sorter: true, + }, + { + title: "盐度(‰)", + dataIndex: "salinity", + sorter: true, + }, + { + title: "COD Mn(mg/L)", + dataIndex: "codMn", + sorter: true, + }, + { + title: "COD Cr(mg/L)", + dataIndex: "codCr", + sorter: true, + }, + { + title: "NH₃-N(mg/L)", + dataIndex: "nh3N", + sorter: true, + }, + { + title: "T-P(mg/L)", + dataIndex: "tP", + sorter: true, + }, + { + title: "T-N(mg/L)", + dataIndex: "tN", + sorter: true, + }, + { + title: "Cu(mg/L)", + dataIndex: "cu", + sorter: true, + }, + { + title: "Zn(mg/L)", + dataIndex: "zn", + sorter: true, + }, + { + title: "Pb(mg/L)", + dataIndex: "pb", + sorter: true, + }, + { + title: "Cd(mg/L)", + dataIndex: "cd", + sorter: true, + }, + { + title: "BOD5(mg/L)", + dataIndex: "bod5", + sorter: true, + }, + { + title: "T-As(mg/L)", + dataIndex: "tAs", + sorter: true, + }, + { + title: "T-Se(mg/L)", + dataIndex: "tSe", + sorter: true, + }, + { + title: "T-Hg(mg/L)", + dataIndex: "tHg", + sorter: true, + }, + { + title: "Cr6+(mg/L)", + dataIndex: "cr6", + sorter: true, + }, + { + title: "F-(mg/L)", + dataIndex: "f", + sorter: true, + }, + { + title: "CN-(mg/L)", + dataIndex: "cn", + sorter: true, + }, + { + title: "挥发酚(mg/L)", + dataIndex: "volatilePhenol", + sorter: true, + }, + { + title: "石油类(mg/L)", + dataIndex: "petro", + sorter: true, + }, + { + title: "LAS(mg/L)", + dataIndex: "las", + sorter: true, + }, + { + title: "S2-(mg/L)", + dataIndex: "s2", + sorter: true, + }, + { + title: "Chla(mg/L)", + dataIndex: "chla", + sorter: true, + }, + { + title: "NO₃-(mg/L)", + dataIndex: "no3", + sorter: true, + }, + { + title: "NO₂-(mg/L)", + dataIndex: "no2", + sorter: true, + }, + { + title: "流量(m³/s)", + dataIndex: "flow", + sorter: true, + }, + { + title: "水位", + dataIndex: "waterLevel", + sorter: true, + }, + { + title: "备注", + dataIndex: "remark", + sorter: true, + }, +]; - export {tableColumns} +export { + tableColumns +} diff --git a/src/views/water/river/collect/index.vue b/src/views/water/river/collect/index.vue index 7cbb85f..2ec72af 100644 --- a/src/views/water/river/collect/index.vue +++ b/src/views/water/river/collect/index.vue @@ -2,29 +2,32 @@
@@ -88,79 +77,60 @@ diff --git a/src/views/water/river/statistic/area.vue b/src/views/water/river/statistic/area.vue new file mode 100644 index 0000000..4b50bbd --- /dev/null +++ b/src/views/water/river/statistic/area.vue @@ -0,0 +1,309 @@ + + + + + diff --git a/src/views/water/river/statistic/avg.vue b/src/views/water/river/statistic/avg.vue new file mode 100644 index 0000000..463f90c --- /dev/null +++ b/src/views/water/river/statistic/avg.vue @@ -0,0 +1,228 @@ + + + + + \ No newline at end of file diff --git a/src/views/water/river/statistic/city-county-place.vue b/src/views/water/river/statistic/city-county-place.vue new file mode 100644 index 0000000..a299f69 --- /dev/null +++ b/src/views/water/river/statistic/city-county-place.vue @@ -0,0 +1,286 @@ + + + + + diff --git a/src/views/water/river/statistic/index.vue b/src/views/water/river/statistic/index.vue index 790a126..c434198 100644 --- a/src/views/water/river/statistic/index.vue +++ b/src/views/water/river/statistic/index.vue @@ -2,57 +2,72 @@
- - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - -
- \ No newline at end of file diff --git a/src/views/water/water-function-area/statistic/auto.vue b/src/views/water/water-function-area/statistic/auto.vue new file mode 100644 index 0000000..72ae1a5 --- /dev/null +++ b/src/views/water/water-function-area/statistic/auto.vue @@ -0,0 +1,325 @@ + + + + + + diff --git a/src/views/water/water-function-area/statistic/national.vue b/src/views/water/water-function-area/statistic/national.vue new file mode 100644 index 0000000..5a827a1 --- /dev/null +++ b/src/views/water/water-function-area/statistic/national.vue @@ -0,0 +1,354 @@ + + + + + +