fix(leave): diaplay columns completedDate
This commit is contained in:
parent
503d111634
commit
f403813099
1 changed files with 3 additions and 3 deletions
|
|
@ -76,11 +76,11 @@ const columns = ref<QTableProps["columns"]>([
|
|||
},
|
||||
},
|
||||
{
|
||||
name: "completeDate",
|
||||
name: "completedDate",
|
||||
align: "left",
|
||||
label: "วันที่เสร็จสิ้น",
|
||||
sortable: true,
|
||||
field: "completeDate",
|
||||
field: "completedDate",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
format(val, row) {
|
||||
|
|
@ -126,7 +126,7 @@ const visibleColumns = ref<string[]>([
|
|||
"startDate",
|
||||
"endDate",
|
||||
"processingDate",
|
||||
"completeDate",
|
||||
"completedDate",
|
||||
"status",
|
||||
"createdAt",
|
||||
"createdFullName",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue