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

@@ -727,6 +727,7 @@ const cn = {
checkTime: '检查时间', checkTime: '检查时间',
createProm: '新增客户端', createProm: '新增客户端',
editProm: '修改客户端', editProm: '修改客户端',
dataCenter: '数据中心',
up: 'UP', up: 'UP',
down: 'Down', down: 'Down',
agent: { agent: {

View File

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