no message

This commit is contained in:
setthawutttty 2023-08-22 17:06:53 +07:00
parent e7a05d8bd9
commit c29f8defb8
9 changed files with 318 additions and 87 deletions

View file

@ -302,6 +302,12 @@ const saveOrder = async () => {
hideLoader();
});
};
const pagination = ref({
sortBy: "createdAt",
descending: true,
page: 1,
rowsPerPage: 10,
});
</script>
<template>
<div class="toptitle text-dark col-12 row items-center">รายการใหออก</div>
@ -367,6 +373,7 @@ const saveOrder = async () => {
:filter="filterKeyword"
row-key="id"
:visible-columns="visibleColumns"
v-model:pagination="pagination"
>
<template v-slot:header="props">
<q-tr :props="props">