饮用水统计分析-原始数据 板块 提交
This commit is contained in:
@@ -4,11 +4,12 @@
|
||||
<a-tabs v-model:activeKey="activeKey">
|
||||
<a-tab-pane key="city" tab="市级">
|
||||
<a-tabs v-model:active="activeCity">
|
||||
<a-tab-pane key="city" tab="数据总览">
|
||||
<a-tab-pane tab="数据总览" key="city" >
|
||||
<base-statistic></base-statistic>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane tab="超标评价" key="base1">
|
||||
<function-bill ref="functionWater"></function-bill>
|
||||
<!-- <function-bill ref="functionWater"></function-bill> -->
|
||||
|
||||
</a-tab-pane>
|
||||
<a-tab-pane tab="水质类别" key="base2">
|
||||
<function-bill ref="functionWater"></function-bill>
|
||||
@@ -17,8 +18,8 @@
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="county" tab="县级">
|
||||
<a-tabs v-model:active="activeCounty">
|
||||
<a-tab-pane key="County" tab="数据总览">
|
||||
<base-statistic></base-statistic>
|
||||
<a-tab-pane tab="数据总览" key="County">
|
||||
<county-data></county-data>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane tab="超标评价" key="base1">
|
||||
<function-bill ref="functionWater"></function-bill>
|
||||
@@ -33,8 +34,8 @@
|
||||
</a-tab-pane> -->
|
||||
<a-tab-pane key="village" tab="农村">
|
||||
<a-tabs v-model:active="activeVillage">
|
||||
<a-tab-pane key="village" tab="数据总览">
|
||||
<base-statistic></base-statistic>
|
||||
<a-tab-pane tab="数据总览" key="village">
|
||||
<village></village>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane tab="超标评价" key="base1">
|
||||
<function-bill ref="functionWater"></function-bill>
|
||||
@@ -56,6 +57,8 @@
|
||||
*
|
||||
*/
|
||||
import BaseStatistic from "./base.vue";
|
||||
import countyData from "./countyData.vue"
|
||||
import village from "./villageData.vue"
|
||||
// import QuarterStatistic from "./quarter.vue";
|
||||
// import Compare from "./compare.vue"
|
||||
// import AverageStatistic from "./average.vue"
|
||||
@@ -64,6 +67,8 @@
|
||||
name: 'DrinkWaterCollectIndex',
|
||||
components: {
|
||||
BaseStatistic,
|
||||
countyData,
|
||||
village
|
||||
// QuarterStatistic,
|
||||
// Compare,
|
||||
// AverageStatistic
|
||||
|
||||
Reference in New Issue
Block a user