fix: agent列表页面name,修改为Data center

This commit is contained in:
@changcode
2021-05-24 15:31:48 +08:00
parent dbd922fe1b
commit f33fb16f1e
2 changed files with 2 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ export default {
width: 80,
sortable:'custom'
}, {
label: this.$t('config.agent.name'),
label: this.$t('config.agent.dataCenter'),
prop: 'dc',
show: true,
sortable:'custom'