县级监测数据
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
</a-tab-pane>
|
||||
|
||||
<a-tab-pane key="county" tab="县级">
|
||||
<a-tabs v-model:active="activeCounty">
|
||||
<County />
|
||||
<!-- <a-tabs v-model:active="activeCounty">
|
||||
<a-tab-pane tab="监测数据报送表" key="County">
|
||||
<county-data :searchForm="searchForm" :filterKeys="filterKeys" @search="changeSearch" @changeFilter="changeFilter"></county-data>
|
||||
</a-tab-pane>
|
||||
@@ -26,7 +27,7 @@
|
||||
<a-tab-pane tab="综合指数" key="base5">
|
||||
<county-avg-index></county-avg-index>
|
||||
</a-tab-pane>
|
||||
</a-tabs>
|
||||
</a-tabs> -->
|
||||
</a-tab-pane>
|
||||
|
||||
<a-tab-pane key="village" tab="农村">
|
||||
@@ -56,6 +57,7 @@
|
||||
<script>
|
||||
|
||||
import City from './city/index.vue'
|
||||
import County from './county/index.vue'
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -65,36 +67,37 @@ import City from './city/index.vue'
|
||||
|
||||
//县级监测数据报表
|
||||
// import countyData from "./countyData.vue"
|
||||
import countyData from "./county/base.vue"
|
||||
// import countyData from "./county/base.vue"
|
||||
|
||||
import village from "./villageData.vue"
|
||||
|
||||
import countyAppraise from "./countyAppraise.vue"
|
||||
// import countyAppraise from "./countyAppraise.vue"
|
||||
import villageAppraise from "./villageAppraise.vue"
|
||||
import countyWaterQuality from "./countyWaterQuality.vue"
|
||||
// import countyWaterQuality from "./countyWaterQuality.vue"
|
||||
import villageWaterQuality from "./villageWaterQuality.vue"
|
||||
import countyAvgIndex from "./county-avg-index.vue"
|
||||
// import countyAvgIndex from "./county-avg-index.vue"
|
||||
import villageAvgIndex from "./village-avg-index.vue"
|
||||
import countyMonthStandard from "./county-base-standard.vue"
|
||||
// import countyMonthStandard from "./county-base-standard.vue"
|
||||
import villageMonthStandard from "./village-base-standard.vue"
|
||||
import countyWaterWithdrawal from "./countyWaterWithdrawal.vue"
|
||||
// import countyWaterWithdrawal from "./countyWaterWithdrawal.vue"
|
||||
|
||||
|
||||
export default {
|
||||
name: 'DrinkWaterCollectIndex',
|
||||
components: {
|
||||
City,
|
||||
countyData,
|
||||
County,
|
||||
// countyData,
|
||||
village,
|
||||
countyAppraise,
|
||||
// countyAppraise,
|
||||
villageAppraise,
|
||||
countyWaterQuality,
|
||||
// countyWaterQuality,
|
||||
villageWaterQuality,
|
||||
countyAvgIndex,
|
||||
// countyAvgIndex,
|
||||
villageAvgIndex,
|
||||
countyMonthStandard,
|
||||
// countyMonthStandard,
|
||||
villageMonthStandard,
|
||||
countyWaterWithdrawal,
|
||||
// countyWaterWithdrawal,
|
||||
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user