Browse Source

阳光村务

wulanhaote
庞东旭 2 years ago
parent
commit
b0e25afa03
8 changed files with 4 additions and 3 deletions
  1. BIN
      src/assets/images/sunVillage_info/index_block_01.png
  2. BIN
      src/assets/images/sunVillage_info/index_block_14.png
  3. BIN
      src/assets/images/sunVillage_info/index_code_btn_1.png
  4. BIN
      src/assets/images/sunVillage_info/index_code_btn_7.png
  5. +1
    -1
      src/router/index.js
  6. +1
    -1
      src/views/sunVillage_info/index_code.vue
  7. +1
    -0
      src/views/sunVillage_info/list_contract.vue
  8. +1
    -1
      src/views/sunVillage_info/list_contract_detail.vue

BIN
src/assets/images/sunVillage_info/index_block_01.png View File

Before After
Width: 64  |  Height: 58  |  Size: 2.8 KiB Width: 69  |  Height: 65  |  Size: 3.4 KiB

BIN
src/assets/images/sunVillage_info/index_block_14.png View File

Before After
Width: 69  |  Height: 65  |  Size: 2.8 KiB Width: 69  |  Height: 65  |  Size: 8.3 KiB

BIN
src/assets/images/sunVillage_info/index_code_btn_1.png View File

Before After
Width: 341  |  Height: 120  |  Size: 11 KiB Width: 341  |  Height: 120  |  Size: 14 KiB

BIN
src/assets/images/sunVillage_info/index_code_btn_7.png View File

Before After
Width: 341  |  Height: 120  |  Size: 9.2 KiB Width: 341  |  Height: 120  |  Size: 20 KiB

+ 1
- 1
src/router/index.js View File

@@ -3365,7 +3365,7 @@ export const constantRoutes = [
path: '/sunVillage_info/list_contract',
name: 'sunVillageInfoListContract',
meta: {
title: '合同公开',
title: '',
hidden: true,
},
component: (resolve) => require(['@/views/sunVillage_info/list_contract'], resolve)


+ 1
- 1
src/views/sunVillage_info/index_code.vue View File

@@ -23,7 +23,7 @@

<!--村务-->
<router-link :to="{name:'sunVillageInfoListContract',query:{type:'code',typeX:'3'}}" class="nav_item n2">
<img src="../../assets/images/sunVillage_info/index_code_btn_71.png">
<img src="../../assets/images/sunVillage_info/index_code_btn_7.png">
</router-link>

<!--财务-->


+ 1
- 0
src/views/sunVillage_info/list_contract.vue View File

@@ -101,6 +101,7 @@
if (this.$route.query.type == 'code'){
this.showBtn = false;
}
document.title = this.$route.query.typeX=='1'?'合同公开':this.$route.query.typeX=='2'?'党务公开':this.$route.query.typeX=='3'?'政务公开':'';
},
methods: {
getList(){


+ 1
- 1
src/views/sunVillage_info/list_contract_detail.vue View File

@@ -174,7 +174,7 @@
}else if(name.indexOf('.xls') > -1){
type = 'excel';
}
this.openFile[i] = {name:name,type:type}
this.openFile[i] = {name:name,type:type,url:'/api'+rr}
})
}
if (res.data.openPic!='' && res.data.openPic != null && res.data.openPic != undefined){


Loading…
Cancel
Save