Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-07-17 16:24:21 +07:00
commit 848dda46ec
2 changed files with 2 additions and 0 deletions

View file

@ -351,6 +351,7 @@ onMounted(() => {
:rows-per-page-options="[10, 25, 50, 100]"
v-model:pagination="pagination"
:paging="true"
:visible-columns="visibleColumns"
>
<template v-slot:header="props">
<q-tr :props="props">

View file

@ -372,6 +372,7 @@ onMounted(() => {
:rows-per-page-options="[10, 25, 50, 100]"
v-model:pagination="pagination"
:paging="true"
:visible-columns="visibleColumns"
>
<template v-slot:header-selection="scope" v-if="tab === 'COMPLETE'">
<q-checkbox keep-color color="primary" dense v-model="scope.selected" />