소스 검색

task 阳光村务 惠农资金公开

rongxin_test
庞东旭 11 달 전
부모
커밋
ce42cda755
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      src/assets/images/sunVillage_info/index_block_27.png
  2. BIN
      src/assets/images/sunVillage_info/index_code_btn_15.png
  3. +2
    -2
      src/views/sunVillage_info/list_contract.vue

BIN
src/assets/images/sunVillage_info/index_block_27.png 파일 보기

Before After
Width: 65  |  Height: 58  |  Size: 4.3 KiB

BIN
src/assets/images/sunVillage_info/index_code_btn_15.png 파일 보기

Before After
Width: 355  |  Height: 134  |  Size: 16 KiB

+ 2
- 2
src/views/sunVillage_info/list_contract.vue 파일 보기

@@ -4,7 +4,7 @@
class="header_main"
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`"
>
{{queryParams.otherType=='1'?'合同':queryParams.otherType=='2'?'党务':queryParams.otherType=='3'?'政务':queryParams.otherType=='4'?'产交':''}}公开
{{queryParams.otherType=='1'?'合同':queryParams.otherType=='2'?'党务':queryParams.otherType=='3'?'政务':queryParams.otherType=='4'?'产交':queryParams.otherType=='5'?'惠农资金':''}}公开
<div class="return_btn" @click="onClickLeft"></div>
<div class="add_btn" @click="goAdd" v-show="showBtn"></div>
</div>
@@ -107,7 +107,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'?'政务公开':this.$route.query.typeX=='4'?'产交公开':'';
document.title = this.$route.query.typeX=='1'?'合同公开':this.$route.query.typeX=='2'?'党务公开':this.$route.query.typeX=='3'?'政务公开':this.$route.query.typeX=='4'?'产交公开':this.$route.query.typeX=='5'?'惠农资金公开':'';
},
methods: {
getList(){


불러오는 중...
취소
저장