From 1fb1e4d215b4111466caa940cd62e9db9e4e94a2 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Mon, 5 Aug 2024 13:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BF=E5=8A=A1=E7=AB=AF=E6=99=BA=E8=83=BD?= =?UTF-8?q?=E6=8F=90=E9=86=92=E5=BC=B9=E6=A1=86=E7=82=B9=E5=87=BB=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=88=97=E8=A1=A8=E5=AF=B9=E5=BA=94=E7=9A=84=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/abnormalRemind/index.vue | 8 +++---- .../components/zhinengtixing/index.vue | 23 +++++++++++++++++++ src/views/workbench/index.vue | 2 +- 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/src/views/abnormalRemind/index.vue b/src/views/abnormalRemind/index.vue index 0dba480..851f836 100644 --- a/src/views/abnormalRemind/index.vue +++ b/src/views/abnormalRemind/index.vue @@ -138,10 +138,10 @@ export default { }, // 查看详情 goInfo(row){ - this.$router.push({ - name: 'enterpriselibraryInfo', - query: { userId: row.id, creditCode: row.tyshxydm } - }) + // this.$router.push({ + // name: 'enterpriselibraryInfo', + // query: { userId: row.id, creditCode: row.tyshxydm } + // }) }, // 屏幕尺寸变化 cancalDebounce(){ diff --git a/src/views/workbench/components/zhinengtixing/index.vue b/src/views/workbench/components/zhinengtixing/index.vue index 7c31fa8..742471e 100644 --- a/src/views/workbench/components/zhinengtixing/index.vue +++ b/src/views/workbench/components/zhinengtixing/index.vue @@ -55,6 +55,16 @@ > + +
+
提醒时间:
+
{{ info.alertTime }}
+
+
+
提醒内容:
+
{{ info.alertContent }}
+
+