Merge branch 'phatt_dev' into develop

This commit is contained in:
puriphatt 2024-03-28 11:46:32 +07:00
commit da809fe9a6

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),