diff --git a/src/views/sunVillage_info/list_operatingAssets.vue b/src/views/sunVillage_info/list_operatingAssets.vue index 14a357f8..4aa093cf 100644 --- a/src/views/sunVillage_info/list_operatingAssets.vue +++ b/src/views/sunVillage_info/list_operatingAssets.vue @@ -94,6 +94,7 @@ applicationList2:[], useTypeOptionsY:[], resourceTypeOptionsY:[], + resourceTypeOptions:[], useTypeOptions: [ { text: '使用情况', value: '' }, ], diff --git a/src/views/sunVillage_info/list_operatingAssets_detail.vue b/src/views/sunVillage_info/list_operatingAssets_detail.vue index 86b14c3c..6b092aab 100644 --- a/src/views/sunVillage_info/list_operatingAssets_detail.vue +++ b/src/views/sunVillage_info/list_operatingAssets_detail.vue @@ -6,18 +6,18 @@
{{item.voucherSummary}}
@@ -311,7 +310,6 @@ } .list_main{ padding:0 22px; - margin-top: 15PX; .item{ height: 140px; border-radius: 30px; diff --git a/src/views/sunVillage_info/otherOpenNew/otherOpenVisitList.vue b/src/views/sunVillage_info/otherOpenNew/otherOpenVisitList.vue index fcd38db6..ef21158b 100644 --- a/src/views/sunVillage_info/otherOpenNew/otherOpenVisitList.vue +++ b/src/views/sunVillage_info/otherOpenNew/otherOpenVisitList.vue @@ -146,10 +146,10 @@ import Cookies from "js-cookie"; }).catch(() => {}); }, viewItem(id){ - this.$router.replace(`/sunVillage_info/otherOpenVisitIndex?otherType=${this.queryParams.otherType || ''}`, () => this.gotoViewItem(id), () => this.gotoViewItem(id) ); + this.$router.replace(`/sunVillage_info/otherOpenVisitIndexNew?otherType=${this.queryParams.otherType || ''}`, () => this.gotoViewItem(id), () => this.gotoViewItem(id) ); }, back() { - this.$router.replace('/sunVillage_info/otherOpenVisitIndex', () => this.$router.back(), () => this.$router.back() ); + this.$router.replace('/sunVillage_info/otherOpenVisitIndexNew', () => this.$router.back(), () => this.$router.back() ); }, tabClick(year){ this.queryParams.openYear = year;