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",