功能区字典
This commit is contained in:
@@ -21,25 +21,109 @@
|
||||
|
||||
const columns = [
|
||||
{
|
||||
title: '点位名称',
|
||||
dataIndex: 'place',
|
||||
title: "年份",
|
||||
dataIndex: "year",
|
||||
},
|
||||
{
|
||||
title: '点位等级',
|
||||
className: 'regionLevel',
|
||||
dataIndex: 'regionLevel',
|
||||
title: "功能区类别",
|
||||
dataIndex: "col1",
|
||||
},
|
||||
{
|
||||
title: '所属地区',
|
||||
dataIndex: 'area',
|
||||
title: "南宁市",
|
||||
align: "center",
|
||||
children: [
|
||||
{
|
||||
title: "昼间",
|
||||
align: "center",
|
||||
dataIndex: "colDNAN_NING_SHI",
|
||||
},
|
||||
{
|
||||
title: "夜间",
|
||||
align: "center",
|
||||
dataIndex: "colNNAN_NING_SHI",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '所属路段',
|
||||
dataIndex: 'road',
|
||||
title: "横州市",
|
||||
align: "center",
|
||||
children: [
|
||||
{
|
||||
title: "昼间",
|
||||
align: "center",
|
||||
dataIndex: "colDHENG_ZHOU_SHI",
|
||||
},
|
||||
{
|
||||
title: "夜间",
|
||||
align: "center",
|
||||
dataIndex: "colNHENG_ZHOU_SHI",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
title: "宾阳县",
|
||||
align: "center",
|
||||
children: [
|
||||
{
|
||||
title: "昼间",
|
||||
align: "center",
|
||||
dataIndex: "colDBIN_YANG_XIAN",
|
||||
},
|
||||
{
|
||||
title: "夜间",
|
||||
align: "center",
|
||||
dataIndex: "colNBIN_YANG_XIAN",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '噪声 dB(A)',
|
||||
dataIndex: 'leq',
|
||||
title: "上林县",
|
||||
align: "center",
|
||||
children: [
|
||||
{
|
||||
title: "昼间",
|
||||
align: "center",
|
||||
dataIndex: "colDSHANG_LIN_XIAN",
|
||||
},
|
||||
{
|
||||
title: "夜间",
|
||||
align: "center",
|
||||
dataIndex: "colNSHANG_LIN_XIAN",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "隆安县",
|
||||
align: "center",
|
||||
children: [
|
||||
{
|
||||
title: "昼间",
|
||||
align: "center",
|
||||
dataIndex: "colDLONG_AN_XIAN",
|
||||
},
|
||||
{
|
||||
title: "夜间",
|
||||
align: "center",
|
||||
dataIndex: "colNLONG_AN_XIAN",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "马山县",
|
||||
align: "center",
|
||||
children: [
|
||||
{
|
||||
title: "昼间",
|
||||
align: "center",
|
||||
dataIndex: "colDMA_SHAN_XIAN",
|
||||
},
|
||||
{
|
||||
title: "夜间",
|
||||
align: "center",
|
||||
dataIndex: "colNMA_SHAN_XIAN",
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user