Merge branch 'develop' into dev
This commit is contained in:
commit
487cc537c5
1 changed files with 3 additions and 3 deletions
|
|
@ -889,8 +889,8 @@ function handleSortByDate() {
|
|||
hideLoader();
|
||||
}
|
||||
},
|
||||
"ยืนยันการเรียงลำดับข้อมูล",
|
||||
"ต้องการยืนยันการเรียงลำดับข้อมูลนี้ใช่หรือไม่?"
|
||||
"ยืนยันการเรียงลำดับ",
|
||||
"ต้องการยืนยันการเรียงลำดับข้อมูลตามวันที่คำสั่งมีผลใช่หรือไม่?"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -941,7 +941,7 @@ onMounted(async () => {
|
|||
flat
|
||||
dense
|
||||
color="indigo-5"
|
||||
icon="mdi-sort-alphabetical-descending"
|
||||
icon="mdi-calendar-export"
|
||||
@click="handleSortByDate()"
|
||||
>
|
||||
<q-tooltip>เรียงลำดับข้อมูล</q-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue