fix:修改国际化

This commit is contained in:
zhangyu
2022-02-17 17:23:34 +08:00
parent 988f7eceb3
commit beee6c53be
4 changed files with 6 additions and 6 deletions

View File

@@ -147,8 +147,8 @@ export const asset = {
telnet: 2
},
authTypeOptions: [
{ value: 1, label: 'Username' },
{ value: 2, label: 'Key' }
{ value: 1, label: i18n.t('asset.password') },
{ value: 2, label: i18n.t('asset.publicKey') }
],
authTypeData: {
username: 1,