0
0
Fork 0

hotFix(route_list): columnFilter change "from" to "to"

This commit is contained in:
Alex Moreno 2024-08-06 09:43:16 +02:00
parent 02172fbc26
commit 28efe4aacf
1 changed files with 4 additions and 4 deletions

View File

@ -118,8 +118,8 @@ const columns = computed(() => [
},
{
align: 'left',
name: 'to',
label: t('To'),
name: 'from',
label: t('From'),
visible: false,
cardVisible: true,
create: true,
@ -128,8 +128,8 @@ const columns = computed(() => [
},
{
align: 'left',
name: 'from',
label: t('From'),
name: 'to',
label: t('To'),
visible: false,
cardVisible: true,
create: true,