fix: 资产授权列表没有有效期字段

This commit is contained in:
feng
2024-03-22 14:47:15 +08:00
parent 6db2d5ae31
commit d6305fddfd

View File

@@ -46,7 +46,7 @@ export default {
columnsExtra: ['action'],
columns: [
'name', 'users_amount', 'user_groups_amount', 'assets_amount', 'nodes_amount',
'accounts', 'is_expired', 'from_ticket', 'actions'
'accounts', 'is_valid', 'is_expired', 'from_ticket', 'actions'
],
columnsShow: {
min: ['name', 'actions'],