From 258baeec588348a2c72297f905e39300f840ce89 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Tue, 2 Apr 2024 10:03:16 +0800 Subject: [PATCH] add the drawer for view job info snapshot --- .../src/features/JobInfoSnapshot/index.vue | 18 +++++++++ .../page/Configuration/StartChatRecord.vue | 38 +++++++++++++------ 2 files changed, 44 insertions(+), 12 deletions(-) create mode 100644 packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue diff --git a/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue b/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue new file mode 100644 index 0000000..2d7446d --- /dev/null +++ b/packages/ui/src/renderer/src/features/JobInfoSnapshot/index.vue @@ -0,0 +1,18 @@ + + + + + + diff --git a/packages/ui/src/renderer/src/page/Configuration/StartChatRecord.vue b/packages/ui/src/renderer/src/page/Configuration/StartChatRecord.vue index 03337cc..0ef0a88 100644 --- a/packages/ui/src/renderer/src/page/Configuration/StartChatRecord.vue +++ b/packages/ui/src/renderer/src/page/Configuration/StartChatRecord.vue @@ -35,18 +35,18 @@ @@ -66,17 +66,23 @@ @size-change="getAutoStartChatRecord" @current-change="getAutoStartChatRecord" /> + + +