From cc12ff40c297fe498ac003a0595056af4a313420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 17 Jul 2025 11:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sunVillage_info/list_operatingAssets.vue | 1 + .../list_operatingAssets_detail.vue | 22 +++++++++---------- .../list_operatingAssets_detail2.vue | 18 ++++++++------- .../list_revenueAndExpenditure.vue | 6 ++--- .../otherOpenNew/otherOpenVisitList.vue | 4 ++-- 5 files changed, 26 insertions(+), 25 deletions(-) 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;