createdAt
This commit is contained in:
parent
f837551f4e
commit
a8aefe6e02
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue