mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
in the import dialog's data review table, keep the selection checkboxes and action button columns fixed in place
This commit is contained in:
@@ -916,7 +916,8 @@ const importTransactionsTableHeight = computed<number | undefined>(() => {
|
|||||||
|
|
||||||
const importTransactionHeaders = computed<object[]>(() => {
|
const importTransactionHeaders = computed<object[]>(() => {
|
||||||
return [
|
return [
|
||||||
{ value: 'valid', sortable: true, nowrap: true, width: 35 },
|
{ key: 'data-table-select', fixed: true },
|
||||||
|
{ value: 'valid', sortable: true, nowrap: true, width: 35, fixed: true },
|
||||||
{ value: 'time', title: tt('Transaction Time'), sortable: true, nowrap: true },
|
{ value: 'time', title: tt('Transaction Time'), sortable: true, nowrap: true },
|
||||||
{ value: 'type', title: tt('Type'), sortable: true, nowrap: true },
|
{ value: 'type', title: tt('Type'), sortable: true, nowrap: true },
|
||||||
{ value: 'actualCategoryName', title: tt('Category'), sortable: true, nowrap: true },
|
{ value: 'actualCategoryName', title: tt('Category'), sortable: true, nowrap: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user