diff --git a/web-vue/packages/core/layouts/views/desktop/analysis/components/HostInfo.vue b/web-vue/packages/core/layouts/views/desktop/analysis/components/HostInfo.vue new file mode 100644 index 0000000..a672efe --- /dev/null +++ b/web-vue/packages/core/layouts/views/desktop/analysis/components/HostInfo.vue @@ -0,0 +1,197 @@ + + + + 主机信息 + + + + + + + + + + + + + + diff --git a/web-vue/packages/core/layouts/views/desktop/analysis/components/NoticeInfo.vue b/web-vue/packages/core/layouts/views/desktop/analysis/components/NoticeInfo.vue new file mode 100644 index 0000000..4ea35a1 --- /dev/null +++ b/web-vue/packages/core/layouts/views/desktop/analysis/components/NoticeInfo.vue @@ -0,0 +1,725 @@ + + + + 通知消息 + + + {{ item.label }} + + + + + + + + + + {{ row.title }} + + + + + + + + + + + + + + {{ selectedNotice.title }} + + {{ selectedNotice.time }} + + + + + + + 附件区域 + + + + + {{ attachment }} + + + {{ getAttachmentSize(attachment) }} + 下载 + + + + + + + + + + + + + diff --git a/web-vue/packages/core/layouts/views/desktop/analysis/components/TodoInfo.vue b/web-vue/packages/core/layouts/views/desktop/analysis/components/TodoInfo.vue new file mode 100644 index 0000000..17e9dcb --- /dev/null +++ b/web-vue/packages/core/layouts/views/desktop/analysis/components/TodoInfo.vue @@ -0,0 +1,241 @@ + + + + 待办信息 + + + {{ item.label }} + + + + + + + + + + + + + + + + + + diff --git a/web-vue/packages/core/layouts/views/desktop/analysis/index.vue b/web-vue/packages/core/layouts/views/desktop/analysis/index.vue index 9f26cbd..a00e0fd 100644 --- a/web-vue/packages/core/layouts/views/desktop/analysis/index.vue +++ b/web-vue/packages/core/layouts/views/desktop/analysis/index.vue @@ -1,22 +1,68 @@ - - - - 左上 - 左中 - 左下 - - - 右上 - 右下 + + + + + + + + + + + + + + + + + 右上 + 右下 + + - + - +