This commit is contained in:
Warunee Tamkoo 2024-01-30 16:07:12 +07:00
parent bad1ce07f0
commit 5868658e84
3 changed files with 69 additions and 43 deletions

View file

@ -60,7 +60,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "namePosition",
align: "left",
label: "ชื่อตำแหน่ง",
label: "ตำแหน่งในสายงาน",
field: "namePosition",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
@ -95,10 +95,10 @@ const columns = ref<QTableProps["columns"]>([
]);
const rows = ref<any>([
{
noPosition: "00011",
namePosition: "กองบริหารทั่วไป",
noPosition: "สกง.1",
namePosition: "นักทรัพยากรบุคคล",
typePosition: "ทั่วไป",
levelPositoion: " ระดับกอง",
levelPositoion: "ชำนาญการ / ?",
isStatus: "ไม่มี",
},
]);