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 }}
+
+