feat: 资产授权去掉节点的筛选条件

This commit is contained in:
“怀磊” 2021-12-13 11:28:33 +08:00 committed by Jiangjie.Bai
parent 582b2582bf
commit cb2ceea132

View File

@ -169,7 +169,6 @@ export default {
{ label: this.$t('perms.UserGroups'), value: 'user_group' },
{ label: this.$t('perms.IP'), value: 'ip' },
{ label: this.$t('perms.hostName'), value: 'hostname' },
{ label: this.$t('perms.Node'), value: 'node' },
{ label: this.$t('perms.SystemUser'), value: 'system_user' },
{
label: this.$t('perms.Inherit'), value: 'all',