From 3ef8eea0ed09cc29b4f4860de6afd08969f64b59 Mon Sep 17 00:00:00 2001 From: likexuan Date: Thu, 26 May 2022 09:33:00 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1869=20perf=20:=20=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=A4=87=E4=BB=BD=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/css/components/page/config/backups.scss | 2 +- .../src/components/common/table/settings/backupsTable.vue | 3 --- nezha-fronted/src/components/page/config/backups.vue | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/nezha-fronted/src/assets/css/components/page/config/backups.scss b/nezha-fronted/src/assets/css/components/page/config/backups.scss index 64dad785d..7462acc32 100644 --- a/nezha-fronted/src/assets/css/components/page/config/backups.scss +++ b/nezha-fronted/src/assets/css/components/page/config/backups.scss @@ -150,7 +150,7 @@ .el-table_1_column_1 .cell{ padding-left: 20px !important; } - .el-table_2_column_6 .cell{ + .el-table_2_column_5 .cell{ padding-left: 20px !important; } .el-table--border th:first-child .cell { diff --git a/nezha-fronted/src/components/common/table/settings/backupsTable.vue b/nezha-fronted/src/components/common/table/settings/backupsTable.vue index 245432200..b7b684e8f 100644 --- a/nezha-fronted/src/components/common/table/settings/backupsTable.vue +++ b/nezha-fronted/src/components/common/table/settings/backupsTable.vue @@ -21,9 +21,6 @@ {{ tableData[0].retention }} - - {{ tableData[0].schedule && utcTimeToTimezoneStr(tableData[0].schedule.stime) ?utcTimeToTimezoneStr(tableData[0].schedule.stime):'' }} - diff --git a/nezha-fronted/src/components/page/config/backups.vue b/nezha-fronted/src/components/page/config/backups.vue index 642d9b64b..505cfc981 100644 --- a/nezha-fronted/src/components/page/config/backups.vue +++ b/nezha-fronted/src/components/page/config/backups.vue @@ -71,7 +71,6 @@ export default { customTableTitle: [ { label: this.$t('backup.schedule'), prop: 'schedule', width: 288 }, { label: this.$t('backup.backupRetention'), prop: 'retention', width: 303 }, - { label: this.$t('backup.last'), prop: 'last', width: 306 }, { label: this.$t('backup.Enable'), prop: 'state', width: 569 } ], customTableTitle2: [