| @@ -18,7 +18,7 @@ | |||||
| <!-- <div>¥200</div>--> | <!-- <div>¥200</div>--> | ||||
| <!-- </div>--> | <!-- </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="center_box"> | ||||
| <div class="name_box"> | <div class="name_box"> | ||||
| @@ -105,14 +105,16 @@ | |||||
| projectId:'', | projectId:'', | ||||
| projectIndex:'', | projectIndex:'', | ||||
| showBtn:true, | showBtn:true, | ||||
| yearMonth:[], | |||||
| deptName:'' | |||||
| }; | }; | ||||
| }, | }, | ||||
| created() { | created() { | ||||
| this.queryParams.bookId = Cookies.get('bookId'); | this.queryParams.bookId = Cookies.get('bookId'); | ||||
| this.queryParams.deptId = Cookies.get('deptId'); | 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(); | this.getList(); | ||||
| }, | }, | ||||
| methods: { | methods: { | ||||