feat: 国际化修改

This commit is contained in:
@changcode
2021-05-14 17:51:02 +08:00
parent 4d4fa531bc
commit b68ac91ea9
12 changed files with 129 additions and 72 deletions

View File

@@ -93,11 +93,11 @@ export default {
show: true,
sortable:'custom'
}, {
label: 'Host',
label: this.$t('config.agent.host'),
prop: 'host',
show: true
}, {
label: 'Port',
label: this.$t('config.agent.port'),
prop: 'port',
show: true
}, {