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