mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-02 07:25:33 +00:00
perf: Add org ID column
This commit is contained in:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user