瀏覽代碼

优化

wulanhaote
庞东旭 2 年之前
父節點
當前提交
b894823672
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. +6
    -4
      src/views/sunVillage_info/list_tourists_ranking.vue

+ 6
- 4
src/views/sunVillage_info/list_tourists_ranking.vue 查看文件

@@ -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: {


Loading…
取消
儲存