mirror of
https://github.com/jumpserver/lina.git
synced 2026-02-21 06:03:22 +00:00
perf: 修改 table 布局
This commit is contained in:
@@ -92,7 +92,7 @@ export default {
|
||||
|
||||
.go-back {
|
||||
border: none;
|
||||
padding: 2px 2px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.go-back >>> i {
|
||||
|
||||
@@ -86,16 +86,13 @@ export default {
|
||||
}
|
||||
]
|
||||
},
|
||||
hasSearch: true,
|
||||
hasRefresh: true,
|
||||
hasRightActions: true,
|
||||
hasLeftActions: true,
|
||||
hasLeftActions: false,
|
||||
hasMoreActions: false,
|
||||
hasExport: false,
|
||||
hasImport: false,
|
||||
hasCreate: false,
|
||||
hasBulkDelete: false,
|
||||
hasBulkUpdate: false
|
||||
hasCreate: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,16 +103,11 @@ export default {
|
||||
}
|
||||
]
|
||||
},
|
||||
hasSearch: true,
|
||||
hasRefresh: true,
|
||||
hasRightActions: true,
|
||||
hasLeftActions: false,
|
||||
hasMoreActions: false,
|
||||
hasExport: false,
|
||||
hasImport: false,
|
||||
hasCreate: false,
|
||||
hasBulkDelete: false,
|
||||
hasBulkUpdate: false
|
||||
hasCreate: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,8 @@ export default {
|
||||
tableConfig: {
|
||||
url: '/api/v1/accounts/gather-account-executions/',
|
||||
columns: [
|
||||
'AccountGatherName', 'status', 'trigger', 'date_start', 'date_finished', 'actions'
|
||||
'AccountGatherName', 'status', 'trigger', 'date_start',
|
||||
'date_finished', 'actions'
|
||||
],
|
||||
columnsMeta: {
|
||||
'AccountGatherName': {
|
||||
@@ -89,16 +90,11 @@ export default {
|
||||
}
|
||||
]
|
||||
},
|
||||
hasSearch: true,
|
||||
hasRefresh: true,
|
||||
hasRightActions: true,
|
||||
hasLeftActions: true,
|
||||
hasLeftActions: false,
|
||||
hasMoreActions: false,
|
||||
hasExport: false,
|
||||
hasImport: false,
|
||||
hasCreate: false,
|
||||
hasBulkDelete: false,
|
||||
hasBulkUpdate: false
|
||||
hasCreate: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user