createdAt

This commit is contained in:
setthawutttty 2024-01-22 16:21:51 +07:00
parent f837551f4e
commit a8aefe6e02

View file

@ -45,11 +45,11 @@ const columns = ref<QTableProps["columns"]>([
style: "font-size: 14px",
},
{
name: "lastUpdatedAt",
name: "createdAt",
align: "left",
label: "วันที่ส่งไปออกคำสั่ง",
sortable: true,
field: "lastUpdatedAt",
field: "createdAt",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},