NEZ-586 asset Type页面新增

This commit is contained in:
@changcode
2021-04-27 20:59:37 +08:00
parent ccdaea38ef
commit d364d8f76f
12 changed files with 499 additions and 548 deletions

View File

@@ -79,6 +79,18 @@ export const asset = {
{ value: 2, label: i18n.t('asset.notInStock') },
{ value: 3, label: i18n.t('asset.suspended') }
],
assetType: {
authProtocolOptions: [
{ value: 0, label: '无' },
{ value: 1, label: 'SSH' },
{ value: 2, label: 'TELNET' }
],
authProtocolData: {
non: 0,
ssh: 1,
telnet: 2
},
},
authProtocolOptions: [
{ value: 1, label: 'SSH' },
{ value: 2, label: 'TELNET' }