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: [