调整导出及表头
This commit is contained in:
@@ -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,},
|
||||
|
||||
Reference in New Issue
Block a user