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",
|
align: "left",
|
||||||
label: "วันที่เสร็จสิ้น",
|
label: "วันที่เสร็จสิ้น",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "completeDate",
|
field: "completedDate",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
format(val, row) {
|
format(val, row) {
|
||||||
|
|
@ -126,7 +126,7 @@ const visibleColumns = ref<string[]>([
|
||||||
"startDate",
|
"startDate",
|
||||||
"endDate",
|
"endDate",
|
||||||
"processingDate",
|
"processingDate",
|
||||||
"completeDate",
|
"completedDate",
|
||||||
"status",
|
"status",
|
||||||
"createdAt",
|
"createdAt",
|
||||||
"createdFullName",
|
"createdFullName",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue