From dc166568fa1e1d50b2f25392a4d8026685af617c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Fri, 2 Sep 2022 17:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/list_finance_detail.vue | 4 ++-- src/views/sunVillage_info/list_issues_detail.vue | 4 ++-- src/views/sunVillage_info/list_tourists_detail.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/sunVillage_info/list_finance_detail.vue b/src/views/sunVillage_info/list_finance_detail.vue index 4e495eed..4506a32c 100644 --- a/src/views/sunVillage_info/list_finance_detail.vue +++ b/src/views/sunVillage_info/list_finance_detail.vue @@ -51,7 +51,7 @@
-

{{item.name}}

+ {{item.name}}
@@ -123,7 +123,7 @@ }else if(name.indexOf('.xls') > -1){ type = 'excel'; } - this.openFileList.push({name:name,type:type}) + this.openFileList.push({name:name,type:type,url:'/api'+rr}) }) } if (res.data.openPic !='' && res.data.openPic != null && res.data.openPic != undefined){ diff --git a/src/views/sunVillage_info/list_issues_detail.vue b/src/views/sunVillage_info/list_issues_detail.vue index eee2b6b1..8de2a234 100644 --- a/src/views/sunVillage_info/list_issues_detail.vue +++ b/src/views/sunVillage_info/list_issues_detail.vue @@ -51,7 +51,7 @@
-

{{item.name}}

+ {{item.name}}
@@ -131,7 +131,7 @@ }else if(name.indexOf('.xls') > -1){ type = 'excel'; } - this.openFileList.push({name:name,type:type}) + this.openFileList.push({name:name,type:type,url:'/api'+rr}) }) } if (res.data.openPic !='' && res.data.openPic != null && res.data.openPic != undefined){ diff --git a/src/views/sunVillage_info/list_tourists_detail.vue b/src/views/sunVillage_info/list_tourists_detail.vue index e31da9bd..2c302585 100644 --- a/src/views/sunVillage_info/list_tourists_detail.vue +++ b/src/views/sunVillage_info/list_tourists_detail.vue @@ -51,7 +51,7 @@
-

{{item.name}}

+ {{item.name}}
@@ -123,7 +123,7 @@ }else if(name.indexOf('.xls') > -1){ type = 'excel'; } - this.openFileList.push({name:name,type:type}) + this.openFileList.push({name:name,type:type,url:'/api'+rr}) }) } if (res.data.openPic !='' && res.data.openPic != null && res.data.openPic != undefined){