mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
fix: 删除 v2 的概念
This commit is contained in:
@@ -38,26 +38,10 @@ export default {
|
||||
key: this.$t('xpack.Organization.assets_amount'),
|
||||
value: this.object.resource_statistics.assets_amount
|
||||
},
|
||||
{
|
||||
key: this.$t('xpack.Organization.admin_users_amount'),
|
||||
value: this.object.resource_statistics.admin_users_amount
|
||||
},
|
||||
{
|
||||
key: this.$t('xpack.Organization.system_users_amount'),
|
||||
value: this.object.resource_statistics.system_users_amount
|
||||
},
|
||||
{
|
||||
key: this.$t('xpack.Organization.applications_amount'),
|
||||
value: this.object.resource_statistics.applications_amount
|
||||
},
|
||||
{
|
||||
key: this.$t('xpack.Organization.asset_perms_amount'),
|
||||
value: this.object.resource_statistics.asset_perms_amount
|
||||
},
|
||||
{
|
||||
key: this.$t('xpack.Organization.app_perms_amount'),
|
||||
value: this.object.resource_statistics.app_perms_amount
|
||||
},
|
||||
'date_created', 'comment'
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user