|
|
@@ -18,7 +18,7 @@ |
|
|
|
<!-- <div>¥200</div>--> |
|
|
|
<!-- </div>--> |
|
|
|
<!-- </div>--> |
|
|
|
<p class="top_head_title">崖西镇崖后村2022年7月份集体用工情况公布榜</p> |
|
|
|
<p class="top_head_title">{{deptName}}{{yearMonth[0]}}年{{yearMonth[1]}}月份集体用工情况公布榜</p> |
|
|
|
|
|
|
|
<div class="center_box"> |
|
|
|
<div class="name_box"> |
|
|
@@ -105,14 +105,16 @@ |
|
|
|
projectId:'', |
|
|
|
projectIndex:'', |
|
|
|
showBtn:true, |
|
|
|
yearMonth:[], |
|
|
|
deptName:'' |
|
|
|
}; |
|
|
|
}, |
|
|
|
created() { |
|
|
|
this.queryParams.bookId = Cookies.get('bookId'); |
|
|
|
this.queryParams.deptId = Cookies.get('deptId'); |
|
|
|
if (this.$route.query.type == 'code'){ |
|
|
|
this.showBtn = false; |
|
|
|
} |
|
|
|
this.deptName = Cookies.get('deptName'); |
|
|
|
this.queryParams.yearMonth = this.$route.query.time; |
|
|
|
this.yearMonth = this.$route.query.time.split('-') |
|
|
|
this.getList(); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|