feat: add display columns to asset permission list

This commit is contained in:
Crane.z
2026-03-10 14:12:31 +08:00
committed by 老广
parent 0a2b763d05
commit 703a651233

View File

@@ -89,7 +89,8 @@ export default {
columnsExtra: ['action'],
columns: [
'name', 'users_amount', 'user_groups_amount', 'assets_amount', 'nodes_amount',
'accounts', 'labels', 'is_valid', 'is_expired', 'from_ticket', 'is_active', 'actions'
'accounts', 'labels', 'is_valid', 'is_expired', 'from_ticket', 'is_active', 'actions',
'date_created', 'date_start', 'date_expired', 'created_by'
],
columnsShow: {
min: ['name', 'actions'],