修改时间表头位置

This commit is contained in:
庞东林
2022-01-26 17:05:45 +08:00
parent 9b8b46c039
commit 9b993ad69d

View File

@@ -133,7 +133,7 @@ const specialFilterColumns = [
] ]
const specialTableColumns = [ const specialTableColumns = [
// {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,},
@@ -142,6 +142,7 @@ const specialTableColumns = [
{title: "断面代码", dataIndex: "sectionCode", sorter: true,}, {title: "断面代码", dataIndex: "sectionCode", sorter: true,},
{title: "控制属性", dataIndex: "controlAttributes", sorter: true,}, {title: "控制属性", dataIndex: "controlAttributes", sorter: true,},
{title: "所属流域", dataIndex: "watershed", sorter: true,}, {title: "所属流域", dataIndex: "watershed", sorter: true,},
{title: "采样时间", dataIndex: "monitorTime", sorter: true,},
{title: "水期代码", dataIndex: "waterPeriodCode", sorter: true,}, {title: "水期代码", dataIndex: "waterPeriodCode", sorter: true,},
...specialFilterColumns, ...specialFilterColumns,