แก้ไข label ของลงเวลากรณีพิเศษ

This commit is contained in:
Warunee Tamkoo 2025-03-19 17:52:36 +07:00
parent 94b3d48a91
commit af1f13ed3b
3 changed files with 25 additions and 13 deletions

View file

@ -246,8 +246,6 @@ watch(
* งชนเรยกดอม
*/
async function fetchData() {
console.log(pagination.value.page);
showLoader();
await http
.get(
@ -392,7 +390,6 @@ onMounted(async () => {
class="col-xs-12 col-sm-3 col-md-2"
/>
</div>
<div class="col-12">
<d-table
:columns="columns"
@ -430,7 +427,6 @@ onMounted(async () => {
@click="unapprove(props.row.fullname, props.row.id)"
>ไมอน</q-btn
>
<q-btn
v-if="
props.row.status == 'PENDING' &&