7837-testToMaster_2432 #592

Merged
alexm merged 165 commits from 7837-testToMaster_2432 into master 2024-08-06 05:54:11 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit c253959e01 - Show all commits

View File

@ -39,7 +39,7 @@ const columns = computed(() => [
{
name: 'id',
label: t('Transaction ID'),
isId: true,
isTitle: true,
align: 'left',
columnFilter: {
inWhere: true,
@ -59,6 +59,7 @@ const columns = computed(() => [
},
},
columnClass: 'expand',
cardVisible: true,
},
{
name: 'isConfirmed',
@ -76,6 +77,7 @@ const columns = computed(() => [
label: t('Dated'),
format: ({ created }) => toDate(created),
columnFilter: false,
cardVisible: true,
},
{
name: 'amount',
@ -84,6 +86,7 @@ const columns = computed(() => [
columnFilter: {
component: 'number',
},
cardVisible: true,
},
{
align: 'right',