From 1648792761c1ded590d8a0fbd13c5066d78a7d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Wed, 24 Aug 2022 13:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sunVillage_info/list_finance_ranking.vue | 2 +- .../sunVillage_info/list_tourists_ranking.vue | 38 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/sunVillage_info/list_finance_ranking.vue b/src/views/sunVillage_info/list_finance_ranking.vue index 6787a37b..4451f83e 100644 --- a/src/views/sunVillage_info/list_finance_ranking.vue +++ b/src/views/sunVillage_info/list_finance_ranking.vue @@ -445,7 +445,7 @@ } .name_icon{ position: absolute; - top: 40PX; + bottom: -7PX; left: 50%; transform: translateX(-50%); } diff --git a/src/views/sunVillage_info/list_tourists_ranking.vue b/src/views/sunVillage_info/list_tourists_ranking.vue index b2c95e21..ed2e77a5 100644 --- a/src/views/sunVillage_info/list_tourists_ranking.vue +++ b/src/views/sunVillage_info/list_tourists_ranking.vue @@ -18,7 +18,7 @@ -

{{deptName}}{{yearMonth[0]}}年{{yearMonth[1]}}月份集体用工情况公布榜

+

崖西镇崖后村2022年7月份集体用工情况公布榜

@@ -35,18 +35,16 @@
- 出工事由 - 记工员 - 出工数 - 出工日期 - 金额(元) + 出工事由 + 记工员 + 出工数 + 出工日期 + 金额(元) - {{item.workReason}} - {{item.workerNote}} - {{item.workNum}} - {{item.jobTime}} - {{item.totalMoney}} + {{item.workReason}} + {{item.workerNote}} + {{item.workNum}}
@@ -97,24 +95,25 @@ listLength:'0', searchInput:'', queryParams:{ - yearMonth:'', - bookId:'', - deptId:'', + pageNum:1, + pageSize:10, + orderByColumn:'createTime', + isAsc:'desc', + year:'', }, uploadFiles1:[], projectId:'', projectIndex:'', showBtn:true, - yearMonth:[] }; }, created() { this.queryParams.bookId = Cookies.get('bookId'); this.queryParams.deptId = Cookies.get('deptId'); - this.deptName = Cookies.get('deptName'); - this.queryParams.yearMonth = this.$route.query.time; - this.yearMonth = this.$route.query.time.split('-') - this.getList() + if (this.$route.query.type == 'code'){ + this.showBtn = false; + } + this.getList(); }, methods: { getList(){ @@ -431,6 +430,7 @@ overflow-x: scroll; white-space:nowrap; display: -webkit-box; + -webkit-overflow-scrolling: touch; .right_box_box{ width: 430PX; }