mirror of
https://github.com/jumpserver/lina.git
synced 2025-05-04 06:06:23 +00:00
perf: Add org ID column
This commit is contained in:
parent
c6568f57fe
commit
e19c0090de
@ -45,13 +45,22 @@ export default {
|
|||||||
app: 'orgs',
|
app: 'orgs',
|
||||||
resource: 'organization'
|
resource: 'organization'
|
||||||
},
|
},
|
||||||
columns: ['name',
|
columns: ['name', 'id',
|
||||||
'resource_statistics.users_amount',
|
'resource_statistics.users_amount',
|
||||||
'resource_statistics.groups_amount',
|
'resource_statistics.groups_amount',
|
||||||
'resource_statistics.assets_amount',
|
'resource_statistics.assets_amount',
|
||||||
'resource_statistics.asset_perms_amount',
|
'resource_statistics.asset_perms_amount',
|
||||||
'actions'
|
'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: {
|
columnsMeta: {
|
||||||
'resource_statistics.users_amount': {
|
'resource_statistics.users_amount': {
|
||||||
label: this.$t('Users'),
|
label: this.$t('Users'),
|
||||||
|
Loading…
Reference in New Issue
Block a user