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,},