fix:删除重复国际化数据

This commit is contained in:
zhangyu
2022-06-21 18:14:21 +08:00
parent e9cb846079
commit 8010406cd1
84 changed files with 179 additions and 177 deletions

View File

@@ -70,9 +70,9 @@ export default {
url: '/sys/backup',
customTableTitle: [
{ label: this.$t('backup.schedule'), prop: 'schedule' },
{ label: this.$t('alert.config.schedEnable'), prop: 'schedule' },
{ label: this.$t('backup.backupRetention'), prop: 'retention' },
{ label: this.$t('asset.talon.enable'), prop: 'state' }
{ label: this.$t('overall.enable'), prop: 'state' }
],
customTableTitle2: [
{ label: this.$t('config.assetLabel.date'), prop: 'time', minwidth: 228 },