อัตรากำลังลูกจ้างประจำ ฯ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-03 13:07:22 +07:00
parent 68bbde3f04
commit ac0bc84da3
11 changed files with 114 additions and 98 deletions

View file

@ -130,6 +130,9 @@ const columns = ref<QTableProps["columns"]>([
field: "posExecutive",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
format(val, row) {
return !val ? "-" : val;
},
},
{
name: "lastUpdatedAt",