asset type页面新增列表属性

This commit is contained in:
@changcode
2021-04-28 14:21:01 +08:00
parent 248f72c2e0
commit 0cbba3073d
7 changed files with 59 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ export const asset = {
],
assetType: {
authProtocolOptions: [
{ value: 0, label: '' },
{ value: 0, label: 'nothing' },
{ value: 1, label: 'SSH' },
{ value: 2, label: 'TELNET' }
],