fix(leave):dislplay_columns_leaveTotal
This commit is contained in:
parent
894462e2b7
commit
bd80a0fb4f
3 changed files with 20 additions and 8 deletions
|
|
@ -42,14 +42,14 @@ const columnsLeave = ref<QTableProps["columns"]>([
|
|||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "citizenId",
|
||||
align: "left",
|
||||
label: "เลขประจำตัวประชาชน",
|
||||
field: "citizenId",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
// {
|
||||
// name: "citizenId",
|
||||
// align: "left",
|
||||
// label: "เลขประจำตัวประชาชน",
|
||||
// field: "citizenId",
|
||||
// headerStyle: "font-size: 14px",
|
||||
// style: "font-size: 14px",
|
||||
// },
|
||||
{
|
||||
name: "fullName",
|
||||
align: "left",
|
||||
|
|
@ -113,6 +113,15 @@ const columnsLeave = ref<QTableProps["columns"]>([
|
|||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "leaveTotal",
|
||||
align: "left",
|
||||
label: "จำนวนวันที่ลา",
|
||||
sortable: true,
|
||||
field: "leaveTotal",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "status",
|
||||
align: "left",
|
||||
|
|
@ -134,6 +143,7 @@ const visibleColumnsLeave = ref<string[]>([
|
|||
"org",
|
||||
"position",
|
||||
"level",
|
||||
"leaveTotal",
|
||||
"status",
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue