From f668c26da163108f19a8c72a0cdd674360f09ef0 Mon Sep 17 00:00:00 2001 From: laozt <2721205210@qq.com> Date: Sat, 23 Dec 2023 12:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E6=B3=95=E5=9C=B0=E5=8C=BA=E3=80=81?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/yingji/home.vue | 19 ++++++++++++++----- src/views/yingji/planManage.vue | 10 +++++----- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/src/views/yingji/home.vue b/src/views/yingji/home.vue index 2e9ebeb..0d37db4 100644 --- a/src/views/yingji/home.vue +++ b/src/views/yingji/home.vue @@ -98,7 +98,7 @@ > @@ -111,6 +111,12 @@ {{ scope.row.count }}家 + {{ scope.row.count }}家 {{ scope.row.count }}家 @@ -168,7 +174,7 @@ > @@ -181,7 +187,10 @@ {{ scope.row.count }}家 - {{ scope.row.count }}家 @@ -374,8 +383,8 @@ export default { this.tableInfoData = response.data; }); }, - routerLink(row) { - this.$router.push(`/planManage?lawHierarchy=${row.lawAreas}`); + routerLink(lawHierarchy) { + this.$router.push(`/planManage?lawHierarchy=${lawHierarchy}`); }, active(e) { this.activeIndex = e; diff --git a/src/views/yingji/planManage.vue b/src/views/yingji/planManage.vue index 73bdbd4..555c2d3 100644 --- a/src/views/yingji/planManage.vue +++ b/src/views/yingji/planManage.vue @@ -57,15 +57,12 @@ ref="executive" /> - +