From 413e8dcf7f2fe212cd9e14fc8eee350f6ef0bbfe Mon Sep 17 00:00:00 2001 From: Bai Date: Wed, 22 Feb 2023 21:05:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E8=A7=84=E5=88=99=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/perms/const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/perms/const.js b/src/views/perms/const.js index 036963ff4..15b3f398c 100644 --- a/src/views/perms/const.js +++ b/src/views/perms/const.js @@ -5,7 +5,7 @@ export const UserAssetPermissionListPageSearchConfigOptions = [ { label: i18n.t('common.Username'), value: 'username' }, { label: i18n.t('perms.UserGroups'), value: 'user_group' }, { label: i18n.t('perms.AssetName'), value: 'asset_name' }, - { label: i18n.t('assets.AssetAddress'), value: 'ip' }, + { label: i18n.t('assets.AssetAddress'), value: 'address' }, { label: i18n.t('perms.Account'), value: 'accounts' }, { label: i18n.t('perms.isValid'), value: 'is_valid',