From fa66565219d7ff51a62d2f95016ce53529b0b79b Mon Sep 17 00:00:00 2001 From: zhaodengke Date: Sat, 12 Oct 2024 16:30:08 +0800 Subject: [PATCH] =?UTF-8?q?Task=20=E4=B8=AA=E4=BA=BA=E9=9B=B6=E5=B7=A5?= =?UTF-8?q?=E5=85=AC=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sunVillage_info/list_tourists_ranking.vue | 16 +++++++++++++--- .../list_tourists_registration.vue | 18 ++++-------------- .../list_tourists_registration_detail.vue | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/sunVillage_info/list_tourists_ranking.vue b/src/views/sunVillage_info/list_tourists_ranking.vue index eb04a406..4c1c7ae6 100644 --- a/src/views/sunVillage_info/list_tourists_ranking.vue +++ b/src/views/sunVillage_info/list_tourists_ranking.vue @@ -25,7 +25,7 @@ 姓名 - + {{item.workerName}}
@@ -41,7 +41,7 @@ 工日值 金额(元)
- + {{item.workReason}} {{item.workerNote}} {{item.workNum}} @@ -104,7 +104,7 @@ getList(){ var _this = this; setTimeout(() => { - console.log(_this.queryParams) + //console.log(_this.queryParams) listOddjob(_this.queryParams).then(response => { _this.listLength = response.total; _this.applicationList = response.rows; @@ -119,6 +119,15 @@ }); }, 1000); }, + viewItem(id){ + this.$router.push({ + path: "/sunVillage_info/list_tourists_registration_detail", + query: { + id: id, + intent: 'view', + }, + }).catch(() => {}); + }, }, } @@ -378,6 +387,7 @@ height: 100%; position: absolute; top: 0; + pointer-events: none; } .name_icon{ position: absolute; diff --git a/src/views/sunVillage_info/list_tourists_registration.vue b/src/views/sunVillage_info/list_tourists_registration.vue index 5e58fdb5..9b45de2a 100644 --- a/src/views/sunVillage_info/list_tourists_registration.vue +++ b/src/views/sunVillage_info/list_tourists_registration.vue @@ -64,21 +64,21 @@ @@ -596,7 +596,7 @@ import {delOddjob, listOddjob, tempWorkerOpenRemove} from "@/api/sunVillage_info .clear{ clear: both; } -.opera_btn{ +.menu_btn{ width: 52px; height: 52px; border-radius: 50%; @@ -634,15 +634,5 @@ import {delOddjob, listOddjob, tempWorkerOpenRemove} from "@/api/sunVillage_info display: block; } } - &.list{ - background: #79cf13; - .icon { - width: 29px; - height: 21px; - background: url('../../assets/images/sunVillage_info/list_icon_10.png') no-repeat; - background-size: 100% 100%; - display: block; - } - } } diff --git a/src/views/sunVillage_info/list_tourists_registration_detail.vue b/src/views/sunVillage_info/list_tourists_registration_detail.vue index c61d3c9c..109b17a4 100644 --- a/src/views/sunVillage_info/list_tourists_registration_detail.vue +++ b/src/views/sunVillage_info/list_tourists_registration_detail.vue @@ -42,7 +42,7 @@ - +