updated
This commit is contained in:
parent
bad1ce07f0
commit
5868658e84
3 changed files with 69 additions and 43 deletions
|
|
@ -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: "ไม่มี",
|
||||
},
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue