-

+
可信开源代码库
@@ -187,7 +187,7 @@ const openWarningDetail = (event, index) => {
item.dotColor = '';
}
})
-
+
warningModalVisable.value = true;
currentWarning.value = event;
}
@@ -255,7 +255,7 @@ getNoticeList();
img {
width: 50px;
- filter: brightness(0);
+ //filter: brightness(0);
}
}
@@ -395,7 +395,7 @@ getNoticeList();
flex: 1;
overflow: hidden;
margin-right: 8px;
-
+
span {
white-space: nowrap;
overflow: hidden;
@@ -423,4 +423,4 @@ getNoticeList();
padding: 0px !important;
}
}
-
\ No newline at end of file
+
diff --git a/src/views/Jyh/PersonalCenter/Detail/EarlyWarningOrganization.vue b/src/views/Jyh/PersonalCenter/Detail/EarlyWarningOrganization.vue
index c8c04d9..9a3050a 100644
--- a/src/views/Jyh/PersonalCenter/Detail/EarlyWarningOrganization.vue
+++ b/src/views/Jyh/PersonalCenter/Detail/EarlyWarningOrganization.vue
@@ -13,13 +13,23 @@
{{ scope.row.name }}
-
+
+
+ {{ JSON.parse(scope.row.alertMsg)?.overview || ''}}
+
+
-
- 危险
- 严重
- 一般
- 提示
+
+
+ {{ JSON.parse(scope.row.alertMsg)?.importance || ''}}
+
+
+ {{ JSON.parse(scope.row.alertMsg)?.importance || ''}}
+
+
+ {{ JSON.parse(scope.row.alertMsg)?.importance || ''}}
+
+
diff --git a/src/views/Jyh/PersonalCenter/Detail/EarlyWarningPerson.vue b/src/views/Jyh/PersonalCenter/Detail/EarlyWarningPerson.vue
index a08a02e..415ef90 100644
--- a/src/views/Jyh/PersonalCenter/Detail/EarlyWarningPerson.vue
+++ b/src/views/Jyh/PersonalCenter/Detail/EarlyWarningPerson.vue
@@ -3,29 +3,35 @@
个人预警通知列表
-
-
- {{ formatTime(scope.row.updateTime, 'YYYY-MM-DD') }}
-
-
+
{{ scope.row.name }}
-
+
+
+ {{ JSON.parse(scope.row.alertMsg)?.overview || ''}}
+
+
-
- 危险
- 严重
- 一般
- 提示
+
+
+ {{ JSON.parse(scope.row.alertMsg)?.importance || ''}}
+
+
+ {{ JSON.parse(scope.row.alertMsg)?.importance || ''}}
+
+
+ {{ JSON.parse(scope.row.alertMsg)?.importance || ''}}
+
+
- 未读
- 已读
+ 未读
+ 已读