mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 11:10:51 +00:00
perf: Add org ID column
This commit is contained in:
parent
c6568f57fe
commit
e19c0090de
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user