修改湖库表头

This commit is contained in:
庞东林
2022-01-26 16:29:03 +08:00
parent 46a616b49a
commit 9b8b46c039
2 changed files with 3 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ const innerTableColumns = [
// align: 'center', // align: 'center',
// customRender: ({index}) => index + 1 // customRender: ({index}) => index + 1
// }, // },
{title: "监测时间", dataIndex: "monitorTime", sorter: true,}, // {title: "监测时间", dataIndex: "monitorTime", sorter: true,},
{title: "断面名称", dataIndex: "pointName", sorter: true,}, {title: "点位名称", dataIndex: "pointName", sorter: true,},
{title: "水温(℃)", dataIndex: "waterTemperature", sorter: true,}, {title: "水温(℃)", dataIndex: "waterTemperature", sorter: true,},
{title: "pH值", dataIndex: "ph", sorter: true,}, {title: "pH值", dataIndex: "ph", sorter: true,},
{title: "透明度cm", dataIndex: "transparency", sorter: true,}, {title: "透明度cm", dataIndex: "transparency", sorter: true,},

View File

@@ -133,7 +133,7 @@ const specialFilterColumns = [
] ]
const specialTableColumns = [ const specialTableColumns = [
{title: "监测时间", dataIndex: "monitorTime", sorter: true,}, // {title: "监测时间", dataIndex: "monitorTime", sorter: true,},
{title: "测站名称", dataIndex: "stationName", sorter: true,}, {title: "测站名称", dataIndex: "stationName", sorter: true,},
{title: "测站代码", dataIndex: "stationCode", sorter: true,}, {title: "测站代码", dataIndex: "stationCode", sorter: true,},
{title: "湖库名称", dataIndex: "lakeLibraryName", sorter: true,}, {title: "湖库名称", dataIndex: "lakeLibraryName", sorter: true,},