From 9b993ad69d698f4637fa2e8345fe23b5d47c1556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=9E=97?= Date: Wed, 26 Jan 2022 17:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E8=A1=A8?= =?UTF-8?q?=E5=A4=B4=E4=BD=8D=E7=BD=AE?= 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 0cd7cf5..ec54aee 100644 --- a/src/views/water/lake/statistic/special/component/raw-colums.js +++ b/src/views/water/lake/statistic/special/component/raw-colums.js @@ -133,7 +133,7 @@ const specialFilterColumns = [ ] const specialTableColumns = [ - // {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, + {title: "测站名称", dataIndex: "stationName", sorter: true,}, {title: "测站代码", dataIndex: "stationCode", sorter: true,}, {title: "湖库名称", dataIndex: "lakeLibraryName", sorter: true,}, @@ -142,6 +142,7 @@ const specialTableColumns = [ {title: "断面代码", dataIndex: "sectionCode", sorter: true,}, {title: "控制属性", dataIndex: "controlAttributes", sorter: true,}, {title: "所属流域", dataIndex: "watershed", sorter: true,}, + {title: "采样时间", dataIndex: "monitorTime", sorter: true,}, {title: "水期代码", dataIndex: "waterPeriodCode", sorter: true,}, ...specialFilterColumns,