From e081e151bf8b455ccaa98be4e9cb3f970751b0e9 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 8 Apr 2022 15:05:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rightBox/administration/backupsBox.vue | 375 +++++++++--------- .../common/table/settings/backupsTable.vue | 131 +++--- .../src/components/page/config/backups.vue | 99 +++-- 3 files changed, 308 insertions(+), 297 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue b/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue index 791426d7d..224df248d 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/backupsBox.vue @@ -34,12 +34,13 @@ - - + \ No newline at end of file + diff --git a/nezha-fronted/src/components/common/table/settings/backupsTable.vue b/nezha-fronted/src/components/common/table/settings/backupsTable.vue index 16bebd9b3..1e3b298e7 100644 --- a/nezha-fronted/src/components/common/table/settings/backupsTable.vue +++ b/nezha-fronted/src/components/common/table/settings/backupsTable.vue @@ -20,7 +20,7 @@ {{ tableData[0].retention }} - {{ tableData[0].schedule && tableData[0].schedule.stime }} + {{ tableData[0].schedule && utcTimeToTimezoneStr(tableData[0].schedule.stime) }} @@ -79,121 +79,120 @@ \ No newline at end of file + diff --git a/nezha-fronted/src/components/page/config/backups.vue b/nezha-fronted/src/components/page/config/backups.vue index d0a06c134..e148e6699 100644 --- a/nezha-fronted/src/components/page/config/backups.vue +++ b/nezha-fronted/src/components/page/config/backups.vue @@ -48,79 +48,78 @@ \ No newline at end of file + watch: {} +} +