From a71643d9fe327d39ee326a596bb65d07f1df0e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=9E=97?= Date: Thu, 30 Dec 2021 15:22:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=93=E6=B9=96=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BA=94=E6=97=A5=E7=94=9F=E5=8C=96=E9=9C=80=E6=B0=A7=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/water/lake/statistic/special/component/raw-colums.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/water/lake/statistic/special/component/raw-colums.js b/src/views/water/lake/statistic/special/component/raw-colums.js index bf62251..31c795b 100644 --- a/src/views/water/lake/statistic/special/component/raw-colums.js +++ b/src/views/water/lake/statistic/special/component/raw-colums.js @@ -104,6 +104,7 @@ const specialFilterColumns = [ {title: "透明度(cm)", dataIndex: "transp", sorter: true,}, {title: "溶解氧 (mg/L)", dataIndex: "dissolvedOxygen", sorter: true,}, {title: "高锰酸盐指数 (mg/L)", dataIndex: "codmn", sorter: true,}, + {title: "五日生化需氧量", dataIndex: "bod5", sorter: true,}, {title: "氨氮 (mg/L)", dataIndex: "nh4N", sorter: true,}, {title: "石油类 (mg/L)", dataIndex: "oils", sorter: true,}, {title: "总氮 (mg/L)", dataIndex: "nTotal", sorter: true,}, From a205c4867cf497068b0139f48e2ccc225ac32346 Mon Sep 17 00:00:00 2001 From: art_station Date: Thu, 30 Dec 2021 16:54:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E4=BB=A3=E7=A0=81=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sound/road/trend/index.vue | 2 +- src/views/sound/zone/trend/index.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/sound/road/trend/index.vue b/src/views/sound/road/trend/index.vue index 7193b84..080c1ca 100644 --- a/src/views/sound/road/trend/index.vue +++ b/src/views/sound/road/trend/index.vue @@ -149,7 +149,7 @@ value: item.dictDataName, }; }); - this.areaOptions.unshift({ label: '所有县', value: '所有县'}) + // this.areaOptions.unshift({ label: '所有县', value: '所有县'}) }) }, // 测点名称下拉列表 diff --git a/src/views/sound/zone/trend/index.vue b/src/views/sound/zone/trend/index.vue index 86d2d78..0c8f261 100644 --- a/src/views/sound/zone/trend/index.vue +++ b/src/views/sound/zone/trend/index.vue @@ -166,7 +166,6 @@ value: item.dictDataName, }; }); - this.areaOptions.unshift({ label: '所有县', value: '所有县'}) }) }, // 测点名称下拉列表