7658-devToTest_2428 #508
|
@ -318,10 +318,18 @@ onMounted(async () => {
|
||||||
<template #header="props">
|
<template #header="props">
|
||||||
<QTr>
|
<QTr>
|
||||||
<QTh class="horizontal-separator" />
|
<QTh class="horizontal-separator" />
|
||||||
<QTh class="horizontal-separator" colspan="8" translate>
|
<QTh
|
||||||
|
class="horizontal-separator text-uppercase color-vn-label"
|
||||||
|
colspan="8"
|
||||||
|
translate
|
||||||
|
>
|
||||||
{{ t('futureTickets.origin') }}
|
{{ t('futureTickets.origin') }}
|
||||||
</QTh>
|
</QTh>
|
||||||
<QTh class="horizontal-separator" colspan="4" translate>
|
<QTh
|
||||||
|
class="horizontal-separator text-uppercase color-vn-label"
|
||||||
|
colspan="4"
|
||||||
|
translate
|
||||||
|
>
|
||||||
{{ t('futureTickets.destination') }}
|
{{ t('futureTickets.destination') }}
|
||||||
</QTh>
|
</QTh>
|
||||||
</QTr>
|
</QTr>
|
||||||
|
|
Loading…
Reference in New Issue