修改湖库表头
This commit is contained in:
@@ -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,},
|
||||||
|
|||||||
@@ -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,},
|
||||||
|
|||||||
Reference in New Issue
Block a user