|
|
@@ -1,6 +1,9 @@ |
|
|
|
<template> |
|
|
|
<div class="home_wrapper"> |
|
|
|
<div class="header_main"> |
|
|
|
<div |
|
|
|
class="header_main" |
|
|
|
:style="`background-image:url(${require(showBtn?'@/assets/images/sunVillage_info/list_head.png':'@/assets/images/sunVillage_info/list_head_red.png')})`" |
|
|
|
> |
|
|
|
查看财务公开 |
|
|
|
<div class="return_btn" @click="onClickLeft"></div> |
|
|
|
<div class="add_btn"></div> |
|
|
@@ -91,7 +94,8 @@ |
|
|
|
queryParams:{ |
|
|
|
bookId:'', |
|
|
|
deptId:'' |
|
|
|
} |
|
|
|
}, |
|
|
|
showBtn:true, |
|
|
|
}; |
|
|
|
}, |
|
|
|
created() { |
|
|
@@ -108,6 +112,7 @@ |
|
|
|
this.queryParams.bookId = Cookies.get('bookId'); |
|
|
|
this.queryParams.deptId = Cookies.get('deptId'); |
|
|
|
this.queryParams.id = this.$route.query.id; |
|
|
|
this.showBtn = this.$route.query.showBtn=='false'?false:true; |
|
|
|
this.getDetail(); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|