fix:处理中英文完全一样的国际化为一个
This commit is contained in:
@@ -72,13 +72,13 @@ export default {
|
||||
customTableTitle: [
|
||||
{ label: this.$t('backup.schedule'), prop: 'schedule' },
|
||||
{ label: this.$t('backup.backupRetention'), prop: 'retention' },
|
||||
{ label: this.$t('backup.Enable'), prop: 'state' }
|
||||
{ label: this.$t('asset.talon.enable'), prop: 'state' }
|
||||
],
|
||||
customTableTitle2: [
|
||||
{ label: this.$t('backup.Date'), prop: 'time', minwidth: 228 },
|
||||
{ label: this.$t('config.assetLabel.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 }
|
||||
{ label: this.$t('overall.remark'), prop: 'Description', minwidth: 569 }
|
||||
],
|
||||
tableData: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user