fix: asset批量搜素 搜索条件变更

This commit is contained in:
zhangyu
2022-06-01 14:37:59 +08:00
parent b762506cd5
commit e140d74073
3 changed files with 80 additions and 43 deletions

View File

@@ -156,7 +156,7 @@ export const asset = {
},
editTypeOptions: [
{ value: 1, label: i18n.t('overall.account') },
{ value: 2, label: 'Label' },
{ value: 2, label: i18n.t('overall.labels') },
{ value: 3, label: i18n.t('asset.state') },
{ value: 4, label: i18n.t('asset.snmpCredential') }
],