调整导出及表头

This commit is contained in:
庞东林
2021-12-20 15:22:11 +08:00
parent 8f933c841b
commit feedbe3031
9 changed files with 125 additions and 122 deletions

View File

@@ -24,13 +24,13 @@ const innerFilterColumns = [
]
const innerTableColumns = [
{
key: 'index',
dataIndex: 'index',
width: 48,
align: 'center',
customRender: ({index}) => index + 1
},
// {
// key: 'index',
// dataIndex: 'index',
// width: 48,
// align: 'center',
// customRender: ({index}) => index + 1
// },
{title: "监测时间", dataIndex: "monitorTime", sorter: true,},
{title: "断面名称", dataIndex: "pointName", sorter: true,},
{title: "水温(℃)", dataIndex: "waterTemperature", sorter: true,},
@@ -60,13 +60,13 @@ const innerTableColumns = [
];
const averageTableColumns = [
{
key: 'index',
dataIndex: 'index',
width: 48,
align: 'center',
customRender: ({index}) => index + 1
},
// {
// key: 'index',
// dataIndex: 'index',
// width: 48,
// align: 'center',
// customRender: ({index}) => index + 1
// },
{title: "监测时间", dataIndex: "monitorTime", sorter: true,},
{title: "断面名称", dataIndex: "pointName", sorter: true,},
{title: "水温(℃)", dataIndex: "waterTemperature", sorter: true,},