no message
This commit is contained in:
parent
e7a05d8bd9
commit
c29f8defb8
9 changed files with 318 additions and 87 deletions
|
|
@ -325,6 +325,12 @@ const closeModalTree = async () => {
|
|||
onMounted(async () => {
|
||||
await getData();
|
||||
});
|
||||
const pagination = ref({
|
||||
sortBy: "createdAt",
|
||||
descending: true,
|
||||
page: 1,
|
||||
rowsPerPage: 10,
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">รายการย้าย</div>
|
||||
|
|
@ -390,6 +396,7 @@ onMounted(async () => {
|
|||
:filter="filterKeyword"
|
||||
row-key="id"
|
||||
:visible-columns="visibleColumns"
|
||||
v-model:pagination="pagination"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
<q-tr :props="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue