From 52c0e53a7e475fd63e3fe7c18645bb42bac2fea7 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Tue, 8 Oct 2024 18:58:31 +0800 Subject: [PATCH] add the pivot select radio for diff table --- .../src/features/JobInfoHistoryList/index.vue | 25 +++++++++++++++++-- .../src/page/Configuration/JobLibrary.vue | 4 +-- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/packages/ui/src/renderer/src/features/JobInfoHistoryList/index.vue b/packages/ui/src/renderer/src/features/JobInfoHistoryList/index.vue index 1d97ed9..1707336 100644 --- a/packages/ui/src/renderer/src/features/JobInfoHistoryList/index.vue +++ b/packages/ui/src/renderer/src/features/JobInfoHistoryList/index.vue @@ -9,7 +9,10 @@ :label="item.label" > diff --git a/packages/ui/src/renderer/src/page/Configuration/JobLibrary.vue b/packages/ui/src/renderer/src/page/Configuration/JobLibrary.vue index 1ab2aa9..ecad286 100644 --- a/packages/ui/src/renderer/src/page/Configuration/JobLibrary.vue +++ b/packages/ui/src/renderer/src/page/Configuration/JobLibrary.vue @@ -187,7 +187,7 @@ async function handleViewJobHistoryButtonClick(record: VChatStartupLog) { // return {} // } // })(), - // __ggr_updateTime: new Date(it.updateTime) + // __ggr_updateTime: it.updateTime // })) const { data: historyList } = await Promise.resolve({ data: [ @@ -221,7 +221,7 @@ async function handleViewJobHistoryButtonClick(record: VChatStartupLog) { return {} } })(), - __ggr_updateTime: new Date(it.updateTime) + __ggr_updateTime: it.updateTime })) }) historyDialogVisibleModelValue.value = true