引用水导入
This commit is contained in:
@@ -5,18 +5,7 @@
|
||||
<a-tab-pane key="base" tab="总览">
|
||||
<base-statistic></base-statistic>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="source-statistic" tab="声源">
|
||||
<source-statistic></source-statistic>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane key="average" tab="城区">
|
||||
<average-statistic></average-statistic>
|
||||
</a-tab-pane>
|
||||
<!-- <a-tab-pane key="quarter" tab="季度报告">
|
||||
<quarter-statistic></quarter-statistic>
|
||||
</a-tab-pane> -->
|
||||
<a-tab-pane key="year-compare" tab="市">
|
||||
<year-statistic></year-statistic>
|
||||
</a-tab-pane>
|
||||
|
||||
</a-tabs>
|
||||
</a-card>
|
||||
</div>
|
||||
@@ -29,20 +18,13 @@
|
||||
*
|
||||
*/
|
||||
import BaseStatistic from "./base.vue";
|
||||
// import QuarterStatistic from "./quarter.vue";
|
||||
// import Compare from "./compare.vue";
|
||||
import AverageStatistic from "./average.vue";
|
||||
import SourceStatistic from "./source.vue";
|
||||
import YearStatistic from "./year.vue";
|
||||
|
||||
|
||||
export default {
|
||||
name: 'StatisticAcidRain',
|
||||
components: {
|
||||
BaseStatistic,
|
||||
SourceStatistic,
|
||||
// Compare,
|
||||
AverageStatistic,
|
||||
YearStatistic
|
||||
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user