mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
perf: 暂时禁用账号历史
This commit is contained in:
@@ -13,7 +13,7 @@ import ShowSecretInfo from './ShowSecretInfo'
|
|||||||
import UpdateSecretInfo from './UpdateSecretInfo'
|
import UpdateSecretInfo from './UpdateSecretInfo'
|
||||||
import { connectivityMeta } from './const'
|
import { connectivityMeta } from './const'
|
||||||
import { openTaskPage } from '@/utils/jms'
|
import { openTaskPage } from '@/utils/jms'
|
||||||
import i18n from '@/i18n/i18n'
|
// import i18n from '@/i18n/i18n'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'AccountListTable',
|
name: 'AccountListTable',
|
||||||
@@ -152,18 +152,18 @@ export default {
|
|||||||
vm.showUpdateSecretDialog = true
|
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 }
|
||||||
|
// })
|
||||||
|
// }
|
||||||
|
// }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user