From 8565f04d222a8896112e2efb7c48842e44049910 Mon Sep 17 00:00:00 2001 From: 666ghj <670939375@qq.com> Date: Wed, 10 Dec 2025 18:59:28 +0800 Subject: [PATCH] Add detailed node and edge information panel in Process.vue - Implemented a detail panel that displays comprehensive information for selected nodes and edges, enhancing user interaction and data visibility. - Introduced functions to select nodes and edges, allowing users to view specific attributes such as UUID, creation date, and labels. - Added styling for the detail panel to improve layout and readability, ensuring a better user experience during graph interactions. - Included functionality to close the detail panel and format dates for better presentation of temporal data. --- frontend/src/views/Process.vue | 324 ++++++++++++++++++++++++++++++++- 1 file changed, 314 insertions(+), 10 deletions(-) diff --git a/frontend/src/views/Process.vue b/frontend/src/views/Process.vue index 01846e8..5ee5673 100644 --- a/frontend/src/views/Process.vue +++ b/frontend/src/views/Process.vue @@ -44,6 +44,74 @@ 实时更新中... + + +
{{ selectedItem.data.summary }}
+{{ selectedItem.data.fact }}
+