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

@ -369,6 +369,12 @@ const status = (val: string) => {
return "-";
}
};
const pagination = ref({
sortBy: "createdAt",
descending: true,
page: 1,
rowsPerPage: 10,
});
</script>
<template>
<div class="toptitle text-dark col-12 row items-center">รายการอนๆ</div>
@ -438,6 +444,7 @@ const status = (val: string) => {
:filter="filterKeyword"
row-key="fullname"
:visible-columns="visibleColumns"
v-model:pagination="pagination"
>
<template v-slot:header="props">
<q-tr :props="props">