ทะเบียนประวัติ: ข้อมูลส่วนตัว (แก้วันที่แก้ไข)

This commit is contained in:
puriphatt 2024-03-28 11:45:34 +07:00
parent 04d2c7a879
commit 75f1d29e83

View file

@ -221,7 +221,7 @@ const columnsHistory = ref<QTableColumn[]>([
align: "left",
label: "วันที่แก้ไข",
sortable: true,
field: "createdAt",
field: "lastUpdatedAt",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
format: (v) => date2Thai(v),