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){