เพิ่ม columns ตำแหน่ง รายชื่อผู้ถูกพักราชการ
This commit is contained in:
parent
272fdec6fb
commit
f321df02f0
1 changed files with 10 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ const visibleColumns = ref<string[]>([
|
||||||
"profileType",
|
"profileType",
|
||||||
"title",
|
"title",
|
||||||
"name",
|
"name",
|
||||||
|
"position",
|
||||||
"positionType",
|
"positionType",
|
||||||
"positionLevel",
|
"positionLevel",
|
||||||
"organization",
|
"organization",
|
||||||
|
|
@ -89,6 +90,15 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "position",
|
||||||
|
align: "left",
|
||||||
|
label: "ตำแแหน่ง",
|
||||||
|
sortable: true,
|
||||||
|
field: "position",
|
||||||
|
headerStyle: "font-size: 14px",
|
||||||
|
style: "font-size: 14px",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "positionLevel",
|
name: "positionLevel",
|
||||||
align: "left",
|
align: "left",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue