From 71bbe7b0c5c180d418ee4039e2392cd2fd979ef6 Mon Sep 17 00:00:00 2001 From: feng626 <1304903146@qq.com> Date: Thu, 14 Jul 2022 10:38:51 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9A=82=E6=97=B6=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=8E=86=E5=8F=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AccountListTable/index.vue | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/AccountListTable/index.vue b/src/components/AccountListTable/index.vue index 4c86a3499..bc800dcb2 100644 --- a/src/components/AccountListTable/index.vue +++ b/src/components/AccountListTable/index.vue @@ -13,7 +13,7 @@ import ShowSecretInfo from './ShowSecretInfo' import UpdateSecretInfo from './UpdateSecretInfo' import { connectivityMeta } from './const' import { openTaskPage } from '@/utils/jms' -import i18n from '@/i18n/i18n' +// import i18n from '@/i18n/i18n' export default { name: 'AccountListTable', @@ -152,18 +152,18 @@ export default { vm.showUpdateSecretDialog = true }) } - }, - { - name: 'History', - title: i18n.t('common.History'), - can: this.$hasPerm('assets.view_assethistoryaccount') && !this.$store.getters.currentOrgIsRoot, - callback: ({ row }) => { - this.$router.push({ - name: 'AssetAccountHistoryList', - query: { id: row.id } - }) - } } + // { + // name: 'History', + // title: i18n.t('common.History'), + // can: this.$hasPerm('assets.view_assethistoryaccount') && !this.$store.getters.currentOrgIsRoot, + // callback: ({ row }) => { + // this.$router.push({ + // name: 'AssetAccountHistoryList', + // query: { id: row.id } + // }) + // } + // } ] } }