mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
fix: 资产授权列表没有有效期字段
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
|||||||
columnsExtra: ['action'],
|
columnsExtra: ['action'],
|
||||||
columns: [
|
columns: [
|
||||||
'name', 'users_amount', 'user_groups_amount', 'assets_amount', 'nodes_amount',
|
'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: {
|
columnsShow: {
|
||||||
min: ['name', 'actions'],
|
min: ['name', 'actions'],
|
||||||
|
Reference in New Issue
Block a user