perf: Cloud account strategy translate

This commit is contained in:
feng
2024-06-28 17:34:13 +08:00
parent ada6479177
commit 0a57f3afc7
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ export default {
let status = true
const labelMap = {
platform: this.$tc('Platform'), domain: this.$tc('Zone'),
name_strategy: this.$tc('NameStrategy')
name_strategy: this.$tc('Strategy')
}
this.tableConfig.totalData.map(item => {
const iValue = item.value?.id || item.value

View File

@@ -6,7 +6,7 @@ export const resourceTypeOptions = [
{ label: i18n.t('Node'), value: 'node' },
{ label: i18n.t('Zone'), value: 'domain' },
{ label: i18n.t('AccountTemplate'), value: 'account_template' },
{ label: i18n.t('NameStrategy'), value: 'name_strategy' }
{ label: i18n.t('Strategy'), value: 'name_strategy' }
]
export const instanceAttrOptions = [