Merge branch 'develop'

This commit is contained in:
AnandaTon 2023-11-21 00:24:34 +07:00
commit 31e5cf13f9
2 changed files with 51 additions and 24 deletions

View file

@ -109,6 +109,15 @@ const columns = ref<QTableProps['columns']>([
headerStyle: 'font-size: 14px',
style: 'font-size: 14px; width:15%;',
},
{
name: 'loIn',
align: 'left',
label: 'พิกัด',
sortable: true,
field: 'loIn',
headerStyle: 'font-size: 14px',
style: 'font-size: 14px',
},
{
name: 'out',
align: 'left',
@ -118,6 +127,15 @@ const columns = ref<QTableProps['columns']>([
headerStyle: 'font-size: 14px',
style: 'font-size: 14px; width:15%;',
},
{
name: 'loOut',
align: 'left',
label: 'พิกัด',
sortable: true,
field: 'loOut',
headerStyle: 'font-size: 14px',
style: 'font-size: 14px',
},
{
name: 'Morningstatus',
align: 'left',
@ -136,25 +154,6 @@ const columns = ref<QTableProps['columns']>([
headerStyle: 'font-size: 14px',
style: 'font-size: 14px; width:15%;',
},
{
name: 'loIn',
align: 'left',
label: 'พิกัด',
sortable: true,
field: 'loIn',
headerStyle: 'font-size: 14px',
style: 'font-size: 14px',
},
{
name: 'loOut',
align: 'left',
label: 'พิกัด',
sortable: true,
field: 'loOut',
headerStyle: 'font-size: 14px',
style: 'font-size: 14px',
},
{
name: 'status',
align: 'left',