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 } + // }) + // } + // } ] } }