From d48cb6b1f389b761cc2e7e12bfecb3cccfc31db8 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Wed, 11 Jun 2025 16:21:08 +0800 Subject: [PATCH] perf: Translate --- .../accounts/AccountChangeSecret/AccountList.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/views/accounts/AccountChangeSecret/AccountList.vue b/src/views/accounts/AccountChangeSecret/AccountList.vue index 429a5d82d..695b6ab8f 100644 --- a/src/views/accounts/AccountChangeSecret/AccountList.vue +++ b/src/views/accounts/AccountChangeSecret/AccountList.vue @@ -130,22 +130,10 @@ export default { searchConfig: { getUrlQuery: true, options: [ - { - label: this.$t('AssetID'), - value: 'asset_id' - }, { label: this.$t('AssetName'), value: 'asset_name' }, - { - label: this.$t('AccountID'), - value: 'id' - }, - { - label: this.$t('Username'), - value: 'username' - }, { label: this.$t('ExecutionID'), value: 'execution_id'