道路交通基础数据导出

This commit is contained in:
weicw
2022-01-28 06:45:30 +08:00
parent 377c3a05cb
commit 6673a659ab

View File

@@ -484,6 +484,81 @@ export default {
title: "Lmax dB(A)",
dataIndex: "indexLmax",
},
{
title: "测点经度",
dataIndex: "placeLng",
sorter: true,
},
{
title: "测点纬度",
dataIndex: "placeLat",
sorter: true,
},
{
title: "机动车车道数",
dataIndex: "motorway",
sorter: true,
},
{
title: "车道类别",
dataIndex: "motorwayType",
sorter: true,
},
{
title: "道路等级",
dataIndex: "motorwayLevel",
sorter: true,
},
{
title: "测点参照物",
dataIndex: "refObj",
sorter: true,
},
{
title: "路段覆盖人口(万人)",
dataIndex: "people",
sorter: true,
},
{
title: "监测站名",
dataIndex: "station",
sorter: true,
},
{
title: "监测仪器型号",
dataIndex: "monitorInstrumentModel",
sorter: true,
},
{
title: "监测仪器编号",
dataIndex: "monitorInstrumentCode",
sorter: true,
},
{
title: "监测前校准值",
dataIndex: "beforeMonitorValue",
sorter: true,
},
{
title: "声校准器测量声压值",
dataIndex: "soundPressureValue",
sorter: true,
},
{
title: "声校准仪器型号",
dataIndex: "soundInstrumentModel",
sorter: true,
},
{
title: "声校准仪器编号",
dataIndex: "soundInstrumentCode",
sorter: true,
},
{
title: "区域等级",
dataIndex: "regionLevel",
sorter: true,
},
];
const arr = [];
const th = columns.map((item) => item.title);
@@ -603,12 +678,12 @@ export default {
{
title: "中小型车20min车流量",
title: "中小型车流量(辆/20分钟)",
dataIndex: "smallTrafficFlow",
sorter: true,
},
{
title: "大型车20min车流量",
title: "大型车流量(辆/20分钟)",
dataIndex: "largeTrafficFlow",
sorter: true,
},
@@ -688,11 +763,6 @@ export default {
dataIndex: "regionLevel",
sorter: true,
},
{
title: "备注",
dataIndex: "remark",
sorter: true,
},
];
const arr = [];
const th = columns.map((item) => item.title);