From 9b8b46c039ff12c44bb232d34488c3dc90c6dd8b 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 16:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B9=96=E5=BA=93=E8=A1=A8?= =?UTF-8?q?=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/water/lake/statistic/inner/component/raw-colums.js | 4 ++-- .../water/lake/statistic/special/component/raw-colums.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/water/lake/statistic/inner/component/raw-colums.js b/src/views/water/lake/statistic/inner/component/raw-colums.js index 6bc2930..ea3a9a2 100644 --- a/src/views/water/lake/statistic/inner/component/raw-colums.js +++ b/src/views/water/lake/statistic/inner/component/raw-colums.js @@ -31,8 +31,8 @@ const innerTableColumns = [ // align: 'center', // customRender: ({index}) => index + 1 // }, - {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, - {title: "断面名称", dataIndex: "pointName", sorter: true,}, + // {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, + {title: "点位名称", dataIndex: "pointName", sorter: true,}, {title: "水温(℃)", dataIndex: "waterTemperature", sorter: true,}, {title: "pH值", dataIndex: "ph", sorter: true,}, {title: "透明度(cm)", dataIndex: "transparency", sorter: true,}, 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 31c795b..0cd7cf5 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: "monitorTime", sorter: true,}, {title: "测站名称", dataIndex: "stationName", sorter: true,}, {title: "测站代码", dataIndex: "stationCode", sorter: true,}, {title: "湖库名称", dataIndex: "lakeLibraryName", sorter: true,},