更新2
parent
89eca8b17b
commit
4a0d1e1f94
|
|
@ -18,7 +18,7 @@ const Page = () => {
|
|||
{ title: '序号', key: 'inx', dataIndex: 'inx', width: 60, align:"center" },
|
||||
{ title: '时间', key: 'tm', dataIndex: 'tm', width: 200, ellipsis: true, align:"center" },
|
||||
{
|
||||
title: '生态供水',
|
||||
title: '发电灌溉',
|
||||
align: "center",
|
||||
children: [
|
||||
{
|
||||
|
|
@ -36,7 +36,7 @@ const Page = () => {
|
|||
]
|
||||
},
|
||||
{
|
||||
title: '生活供水',
|
||||
title: '水厂取水',
|
||||
align: "center",
|
||||
children: [
|
||||
{
|
||||
|
|
@ -62,7 +62,7 @@ const Page = () => {
|
|||
{ title: '序号', key: 'inx', dataIndex: 'inx', width: 60, align:"center" },
|
||||
{ title: '时间', key: 'tm', dataIndex: 'tm', width: 100, ellipsis: true, align:"center" },
|
||||
{
|
||||
title: '生态供水',
|
||||
title: '发电灌溉',
|
||||
align: "center",
|
||||
children: [
|
||||
{
|
||||
|
|
@ -104,7 +104,7 @@ const Page = () => {
|
|||
]
|
||||
},
|
||||
{
|
||||
title: '生活供水',
|
||||
title: '水厂取水',
|
||||
align: "center",
|
||||
children: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue