From 6673a659ab09fb28df9ab7a18ec6012a94596428 Mon Sep 17 00:00:00 2001 From: weicw <594098497@qq.com> Date: Fri, 28 Jan 2022 06:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=93=E8=B7=AF=E4=BA=A4=E9=80=9A=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sound/road/statistic/base.vue | 84 ++++++++++++++++++++++--- 1 file changed, 77 insertions(+), 7 deletions(-) diff --git a/src/views/sound/road/statistic/base.vue b/src/views/sound/road/statistic/base.vue index bceceaf..5338a5e 100644 --- a/src/views/sound/road/statistic/base.vue +++ b/src/views/sound/road/statistic/base.vue @@ -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);