去掉平均数据还有平均营养指数版块的监测时间

This commit is contained in:
庞东林
2021-12-28 14:17:29 +08:00
parent d98096ff4d
commit f9fbe6f941
4 changed files with 4 additions and 4 deletions

View File

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