diff --git a/src/views/water/lake/statistic/inner/component/avg-nutritional.vue b/src/views/water/lake/statistic/inner/component/avg-nutritional.vue index 7185ef3..1e51c23 100644 --- a/src/views/water/lake/statistic/inner/component/avg-nutritional.vue +++ b/src/views/water/lake/statistic/inner/component/avg-nutritional.vue @@ -66,7 +66,7 @@ export default { // align: 'center', // customRender: ({index}) => index + 1 // }, - {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, + // {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, {title: "类别", dataIndex: "type", sorter: true,}, {title: "点位名称", dataIndex: "pointName", sorter: true,}, {title: "水质类别", dataIndex: "waterType", sorter: true,}, 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 cea059d..4028b15 100644 --- a/src/views/water/lake/statistic/inner/component/raw-colums.js +++ b/src/views/water/lake/statistic/inner/component/raw-colums.js @@ -67,7 +67,7 @@ const averageTableColumns = [ // align: 'center', // customRender: ({index}) => index + 1 // }, - {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, + // {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, {title: "断面名称", dataIndex: "pointName", sorter: true,}, {title: "水温(℃)", dataIndex: "waterTemperature", sorter: true,}, {title: "pH值", dataIndex: "ph", sorter: true,}, diff --git a/src/views/water/lake/statistic/special/component/avg-nutritional.vue b/src/views/water/lake/statistic/special/component/avg-nutritional.vue index 204a99b..68a37bc 100644 --- a/src/views/water/lake/statistic/special/component/avg-nutritional.vue +++ b/src/views/water/lake/statistic/special/component/avg-nutritional.vue @@ -67,7 +67,7 @@ export default { // align: 'center', // customRender: ({index}) => index + 1 // }, - {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, + // {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, {title: "类别", dataIndex: "type", sorter: true,}, {title: "点位名称", dataIndex: "pointName", sorter: true,}, {title: "水质类别", dataIndex: "waterType", 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 4854d49..5db2c45 100644 --- a/src/views/water/lake/statistic/special/component/raw-colums.js +++ b/src/views/water/lake/statistic/special/component/raw-colums.js @@ -67,7 +67,7 @@ const averageTableColumns = [ // align: 'center', // customRender: ({index}) => index + 1 // }, - {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, + // {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, {title: "断面名称", dataIndex: "sectionName", sorter: true,}, {title: "水温(℃)", dataIndex: "wTemp", sorter: true,}, {title: "pH值", dataIndex: "ph", sorter: true,},