瀏覽代碼

优化

wulanhaote
庞东旭 2 年之前
父節點
當前提交
dc166568fa
共有 3 個檔案被更改,包括 6 行新增6 行删除
  1. +2
    -2
      src/views/sunVillage_info/list_finance_detail.vue
  2. +2
    -2
      src/views/sunVillage_info/list_issues_detail.vue
  3. +2
    -2
      src/views/sunVillage_info/list_tourists_detail.vue

+ 2
- 2
src/views/sunVillage_info/list_finance_detail.vue 查看文件

@@ -51,7 +51,7 @@
<div v-for="(item,index) in openFileList" :key="index" style="display: flex;align-items: center;margin-top: 10px;">
<img src="../../assets/images/sunVillage_info/WORD.png" width="30" v-if="item.type == 'word'"/>
<img src="../../assets/images/sunVillage_info/ECEL.png" width="30" v-if="item.type == 'excel'" />
<p style="margin-left: 10px;">{{item.name}}</p>
<a :href="item.url" style="margin-left: 10px;color: #333333">{{item.name}}</a>
</div>
</div>
</div>
@@ -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){


+ 2
- 2
src/views/sunVillage_info/list_issues_detail.vue 查看文件

@@ -51,7 +51,7 @@
<div v-for="(item,index) in openFileList" :key="index" style="display: flex;align-items: center;margin-top: 10px;">
<img src="../../assets/images/sunVillage_info/WORD.png" width="30" v-if="item.type == 'word'"/>
<img src="../../assets/images/sunVillage_info/ECEL.png" width="30" v-if="item.type == 'excel'" />
<p style="margin-left: 10px;">{{item.name}}</p>
<a :href="item.url" style="margin-left: 10px;color: #333333">{{item.name}}</a>
</div>
</div>
</div>
@@ -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){


+ 2
- 2
src/views/sunVillage_info/list_tourists_detail.vue 查看文件

@@ -51,7 +51,7 @@
<div v-for="(item,index) in openFileList" :key="index" style="display: flex;align-items: center;margin-top: 10px;">
<img src="../../assets/images/sunVillage_info/WORD.png" width="30" v-if="item.type == 'word'"/>
<img src="../../assets/images/sunVillage_info/ECEL.png" width="30" v-if="item.type == 'excel'" />
<p style="margin-left: 10px;">{{item.name}}</p>
<a :href="item.url" style="margin-left: 10px;color: #333333">{{item.name}}</a>
</div>
</div>
</div>
@@ -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){


Loading…
取消
儲存