ต่อ api history

This commit is contained in:
AnandaTon 2023-11-20 18:01:34 +07:00
parent dcc426268d
commit a23114b269
3 changed files with 53 additions and 48 deletions

View file

@ -136,34 +136,34 @@ 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: '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",
// label: "",
// sortable: true,
// field: "status",
// headerStyle: "font-size: 14px",
// style: "font-size: 14px; width:10%;",
// },
{
name: 'loOut',
align: 'left',
label: 'พิกัด',
sortable: true,
field: 'loOut',
headerStyle: 'font-size: 14px',
style: 'font-size: 14px',
},
{
name: 'status',
align: 'left',
label: 'สถานะ',
sortable: true,
field: 'status',
headerStyle: 'font-size: 14px',
style: 'font-size: 14px; width:10%;',
},
])
// popup
const modalPopup = ref<boolean>(false)