江河水统计数据代码提交
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
<base-statistic></base-statistic>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane tab="当月水质达标" key="base1">
|
||||
<function-bill ></function-bill>
|
||||
<month-standard ></month-standard>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane tab="平均水质达标" key="base2">
|
||||
<function-bill></function-bill>
|
||||
<avg-standard></avg-standard>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane tab="当月综合指数" key="base3">
|
||||
<function-bill></function-bill>
|
||||
<month-index ></month-index>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane tab="平均水质指数" key="base4">
|
||||
<function-bill ></function-bill>
|
||||
<avg-index ></avg-index>
|
||||
</a-tab-pane>
|
||||
</a-tabs>
|
||||
</a-tab-pane>
|
||||
@@ -52,6 +52,11 @@
|
||||
import NationalStatis from "../../water-function-area/statistic/national.vue";
|
||||
import SiteStatis from "../../river-station/statistic/site.vue";
|
||||
import SiteDayStatis from "../../river-station/statistic/site-day-avg.vue";
|
||||
|
||||
import MonthStandard from "./base-standard.vue";
|
||||
import AvgStandard from "./avg-standard.vue";
|
||||
import MonthIndex from "./base-index.vue";
|
||||
import AvgIndex from "./avg-index.vue";
|
||||
export default {
|
||||
name: 'StatisticAirIndex',
|
||||
components: {
|
||||
@@ -59,7 +64,11 @@
|
||||
AutoStatis,
|
||||
NationalStatis,
|
||||
SiteStatis,
|
||||
SiteDayStatis
|
||||
SiteDayStatis,
|
||||
MonthStandard,
|
||||
AvgStandard,
|
||||
MonthIndex,
|
||||
AvgIndex,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user