修改专湖表头

This commit is contained in:
庞东林
2021-12-20 15:36:49 +08:00
parent feedbe3031
commit 73cf7c384c
2 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ const averageTableColumns = [
// customRender: ({index}) => index + 1
// },
{title: "监测时间", dataIndex: "monitorTime", sorter: true,},
{title: "断面名称", dataIndex: "pointName", sorter: true,},
{title: "断面名称", dataIndex: "sectionName", sorter: true,},
{title: "水温(℃)", dataIndex: "waterTemperature", sorter: true,},
{title: "pH值", dataIndex: "ph", sorter: true,},
{title: "透明度cm", dataIndex: "transparency", sorter: true,},