From e4d3ef2cf6d478163b9e54ebed580873cf442703 Mon Sep 17 00:00:00 2001 From: weicw <594098497@qq.com> Date: Tue, 24 Aug 2021 18:36:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sound/function/statistic/base.vue | 157 ++++++-------------- 1 file changed, 44 insertions(+), 113 deletions(-) diff --git a/src/views/sound/function/statistic/base.vue b/src/views/sound/function/statistic/base.vue index 1d0bfac..56844b6 100644 --- a/src/views/sound/function/statistic/base.vue +++ b/src/views/sound/function/statistic/base.vue @@ -8,7 +8,7 @@ :wrapper-col="{ md: { span: 18 }, sm: { span: 24 } }" > - + - + - - - + + + {{ item.label }} - + { - this.functionOptions = res.data.data.map((item) => { + getColumnOptions("function_type").then((res) => { + this.functionTypeOptions = res.data.data.map((item) => { return { label: item, value: item, @@ -400,33 +367,8 @@ export default { sorter: true, }, { - title: "路段名称", - dataIndex: "function", - sorter: true, - }, - { - title: "路段长度(m)", - dataIndex: "functionLength", - sorter: true, - }, - { - title: "道路总宽度(m)", - dataIndex: "functionWidth", - sorter: true, - }, - { - title: "机动车车道数", - dataIndex: "motorway", - sorter: true, - }, - { - title: "车道类别", - dataIndex: "motorwayType", - sorter: true, - }, - { - title: "道路等级", - dataIndex: "motorwayLevel", + title: "测点高度", + dataIndex: "placeHeight", sorter: true, }, { @@ -435,8 +377,8 @@ export default { sorter: true, }, { - title: "路段覆盖人口(万人)", - dataIndex: "people", + title: "功能区代码", + dataIndex: "functionCode", sorter: true, }, { @@ -460,17 +402,6 @@ export default { sorter: true, }, - - { - title: "中小型车20min车流量", - dataIndex: "smallTrafficFlow", - sorter: true, - }, - { - title: "大型车20min车流量", - dataIndex: "largeTrafficFlow", - sorter: true, - }, { title: "Leq", dataIndex: "indexLeq",