โครงสร้าง => refactor code

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-25 11:06:43 +07:00
parent 007df38109
commit 1412ea630b
13 changed files with 369 additions and 408 deletions

View file

@ -37,8 +37,9 @@ const props = defineProps({
});
/**
* Table
* อม Table
*/
const rows = ref<HistoryPos[]>([]);
const columns = ref<QTableProps["columns"]>([
{
name: "no",
@ -145,8 +146,11 @@ const columns = ref<QTableProps["columns"]>([
style: "font-size: 14px",
},
]);
const rows = ref<HistoryPos[]>([]);
/**
* function เรยกขอมลประวตำแหน
* @param id
*/
function fetchHistoryPos(id: string) {
showLoader();
http