แก้ข้อความ
This commit is contained in:
parent
8a150642b5
commit
638154beba
3 changed files with 8 additions and 5 deletions
|
|
@ -84,7 +84,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
field: "createdAt",
|
||||
headerStyle: "font-size: 14px",
|
||||
format(val, row) {
|
||||
return date2Thai(val);
|
||||
return date2Thai(val, false, true);
|
||||
},
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
|
|
@ -380,7 +380,7 @@ onMounted(() => {
|
|||
:paging="true"
|
||||
:visible-columns="visibleColumns"
|
||||
>
|
||||
<template v-slot:header-selection="scope" v-if="tab === 'COMPLETE'">
|
||||
<template v-slot:header-selection="scope" v-if="tab === 'COMPLETE'">
|
||||
<q-checkbox
|
||||
v-if="tab === 'COMPLETE' && checkPermission($route)?.attrIsUpdate"
|
||||
keep-color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue