From 5a76f2e6bfc1204556f4123a628d9b9e497a0126 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Mon, 5 Aug 2024 14:31:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=81=E4=B8=9A=E7=AB=AF?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E6=8F=90=E9=86=92=E8=B7=B3=E8=BD=AC=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E3=80=81=E4=BC=81=E4=B8=9A=E8=AF=A6=E6=83=85=E7=9A=84?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/abnormalRemind/index.vue | 7 +++---- src/views/enterpriselibrary/enterInfo/index.vue | 4 ++-- src/views/home/index.vue | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/views/abnormalRemind/index.vue b/src/views/abnormalRemind/index.vue index 851f836..d206e88 100644 --- a/src/views/abnormalRemind/index.vue +++ b/src/views/abnormalRemind/index.vue @@ -138,10 +138,9 @@ export default { }, // 查看详情 goInfo(row){ - // this.$router.push({ - // name: 'enterpriselibraryInfo', - // query: { userId: row.id, creditCode: row.tyshxydm } - // }) + this.$router.push({ + name: 'Online', + }) }, // 屏幕尺寸变化 cancalDebounce(){ diff --git a/src/views/enterpriselibrary/enterInfo/index.vue b/src/views/enterpriselibrary/enterInfo/index.vue index 893c66d..5b0c930 100644 --- a/src/views/enterpriselibrary/enterInfo/index.vue +++ b/src/views/enterpriselibrary/enterInfo/index.vue @@ -19,7 +19,7 @@ - +
@@ -290,7 +290,7 @@ export default { const elementHeight = element.offsetHeight; const headerHeight = header.offsetHeight; const paginationtHeight = pagination.offsetHeight; - this.tabStyle.height = (elementHeight - headerHeight - paginationtHeight - 74) + 'px'; + this.tabStyle.height = (elementHeight - headerHeight - paginationtHeight - 100) + 'px'; } }, } diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 06509e9..86c3217 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -334,7 +334,7 @@ export default { }) } else if(item.alertRecipients == 1 && item.alertManner == 2) { this.$router.push({ - name: 'Records', + name: 'Online', params: { statusChange: "0" } }) } else if(item.alertManner == 1) { @@ -352,12 +352,12 @@ export default { MoreRecords(status){ if(status == 0 || status == 10) { this.$router.push({ - name: 'Records', + name: 'Online', params: { statusChange: "0" } }) } else { this.$router.push({ - name: 'Records', + name: 'Online', params: { statusChange: "1" } }) }