mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 01:03:44 +00:00
fix: 资产授权列表没有有效期字段
This commit is contained in:
@@ -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'],
|
||||
|
Reference in New Issue
Block a user