From 639fdd413fa1f78b5077f7375a73856f6892ebe4 Mon Sep 17 00:00:00 2001 From: hptangxi Date: Mon, 7 Jul 2025 09:58:45 +0800 Subject: [PATCH] fix type --- web/src/App.vue | 4 -- web/src/api/keys.ts | 13 +++-- web/src/components/GlobalTaskProgressBar.vue | 4 -- web/src/components/Layout.vue | 4 ++ web/src/components/keys/GroupFormModal.vue | 60 ++++++++++++-------- web/src/components/keys/GroupInfoCard.vue | 4 +- web/src/components/keys/KeyDeleteDialog.vue | 4 +- web/src/components/keys/KeyTable.vue | 16 +++++- 8 files changed, 66 insertions(+), 43 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index 2fe484d..da2025c 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,6 +1,5 @@ @@ -32,6 +33,9 @@ import NavBar from "@/components/NavBar.vue"; + + +