perf: 修改 table 布局

This commit is contained in:
ibuler
2024-03-28 14:47:48 +08:00
parent fdb35eafc1
commit 88d9238c17
4 changed files with 8 additions and 20 deletions

View File

@@ -92,7 +92,7 @@ export default {
.go-back {
border: none;
padding: 2px 2px;
padding: 4px;
}
.go-back >>> i {

View File

@@ -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
}
}
}

View File

@@ -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
}
}
}

View File

@@ -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
}
}
}