perf: Add org ID column

This commit is contained in:
w940853815 2025-04-10 11:27:07 +08:00 committed by w940853815
parent c6568f57fe
commit e19c0090de

View File

@ -45,13 +45,22 @@ export default {
app: 'orgs',
resource: 'organization'
},
columns: ['name',
columns: ['name', 'id',
'resource_statistics.users_amount',
'resource_statistics.groups_amount',
'resource_statistics.assets_amount',
'resource_statistics.asset_perms_amount',
'actions'
],
columnsShow: {
min: ['name', 'actions'],
default: [
'name', 'resource_statistics.users_amount',
'resource_statistics.groups_amount',
'resource_statistics.assets_amount',
'resource_statistics.asset_perms_amount'
]
},
columnsMeta: {
'resource_statistics.users_amount': {
label: this.$t('Users'),