From f9fbe6f941359f46078b68cc9e293bfff9c3f772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=9E=97?= Date: Tue, 28 Dec 2021 14:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=B9=B3=E5=9D=87=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=BF=98=E6=9C=89=E5=B9=B3=E5=9D=87=E8=90=A5=E5=85=BB?= =?UTF-8?q?=E6=8C=87=E6=95=B0=E7=89=88=E5=9D=97=E7=9A=84=E7=9B=91=E6=B5=8B?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../water/lake/statistic/inner/component/avg-nutritional.vue | 2 +- src/views/water/lake/statistic/inner/component/raw-colums.js | 2 +- .../water/lake/statistic/special/component/avg-nutritional.vue | 2 +- src/views/water/lake/statistic/special/component/raw-colums.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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,},