重要性
@@ -20,7 +20,7 @@
:toolbar-config="toolbarConfig"
>
-
{{warningData.group}} {{ warningData.pulishTime }}
+
{{warningData.group}} {{ warningData.publishTime }}
确定
取消
@@ -40,7 +40,8 @@ const toolbarConfig = [
['ul', 'ol', 'checklist', 'code', 'link', 'image', 'table'],
];
const mode = ref('readonly');
-warningData.value = JSON.parse(propsData.warningData.alertMsg ?? JSON.stringify({
+console.log(propsData.warningData)
+warningData.value = propsData.warningData ?? {
subject: '【漏洞排查预警】ApacheIgnite远程代码执行漏洞排查(CVE-2024-52577)',
importance: '高',
group: '可信开源代码库运营团队',
@@ -49,7 +50,7 @@ warningData.value = JSON.parse(propsData.warningData.alertMsg ?? JSON.stringify(
近日,安全中心发现Apache lgnite远程代码执行漏洞(CVE-2024-52577)。在 2.6.0
{
emit('close');
};
diff --git a/src/views/Jyh/PersonalCenter/Detail/EarlyWarningOrganization.vue b/src/views/Jyh/PersonalCenter/Detail/EarlyWarningOrganization.vue
index 70a4da5..a155518 100644
--- a/src/views/Jyh/PersonalCenter/Detail/EarlyWarningOrganization.vue
+++ b/src/views/Jyh/PersonalCenter/Detail/EarlyWarningOrganization.vue
@@ -1,22 +1,34 @@
- 组织预警通知列表
-
-
+
+
+
+ {{ 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 || ''}}
+
+
@@ -26,7 +38,17 @@
+
+
+
+
+
+
+
@@ -35,25 +57,45 @@
\ No newline at end of file
+
diff --git a/src/views/Jyh/PersonalCenter/Detail/OrgSubscription.vue b/src/views/Jyh/PersonalCenter/Detail/OrgSubscription.vue
index 73ffac6..9644330 100644
--- a/src/views/Jyh/PersonalCenter/Detail/OrgSubscription.vue
+++ b/src/views/Jyh/PersonalCenter/Detail/OrgSubscription.vue
@@ -1,12 +1,11 @@
- 组织订阅列表
-
-
+
+
-
-
+
+
@@ -24,17 +23,39 @@
+