perf : 调整备份页面样式

This commit is contained in:
likexuan
2022-05-30 09:18:13 +08:00
parent 3ef8eea0ed
commit 9220d8ca62
2 changed files with 8 additions and 7 deletions

View File

@@ -69,15 +69,15 @@ export default {
url: '/sys/backup',
customTableTitle: [
{ label: this.$t('backup.schedule'), prop: 'schedule', width: 288 },
{ label: this.$t('backup.backupRetention'), prop: 'retention', width: 303 },
{ label: this.$t('backup.Enable'), prop: 'state', width: 569 }
{ label: this.$t('backup.schedule'), prop: 'schedule' },
{ label: this.$t('backup.backupRetention'), prop: 'retention' },
{ label: this.$t('backup.Enable'), prop: 'state' }
],
customTableTitle2: [
{ label: this.$t('backup.Date'), prop: 'time', width: 228 },
{ label: this.$t('backup.File'), prop: 'fileName', width: 363 },
{ label: this.$t('backup.size'), prop: 'size', width: 306 },
{ label: this.$t('backup.Description'), prop: 'Description', width: 569 }
{ label: this.$t('backup.Date'), prop: 'time', minwidth: 228 },
{ label: this.$t('backup.File'), prop: 'fileName', minwidth: 363 },
{ label: this.$t('backup.size'), prop: 'size', minwidth: 306 },
{ label: this.$t('backup.Description'), prop: 'Description', minwidth: 569 }
],
tableData: [
{