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,