This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-25 09:23:19 +07:00
parent 6f495cca9d
commit c6ea0527c7

View file

@ -297,8 +297,8 @@ onMounted(() => {
<div v-if="dataStore.rows.length !== 0" class="col-12">
<div class="row justify-between items-center q-mb-sm">
<q-btn
v-show="selected.length > 0"
color="info"
:disable="selected.length === 0"
:color="selected.length === 0 ? 'grey' : 'info'"
dense
icon="mdi-shuffle-variant"
label="เปลี่ยนรอบการลงเวลา"
@ -315,7 +315,7 @@ onMounted(() => {
dense
class="custom-header-table"
:visible-columns="dataStore.visibleColumns"
:rows-per-page-options="[0, 10, 25, 50, 100]"
:rows-per-page-options="[10, 25, 50, 100]"
@update:pagination="updatePagination"
selection="multiple"
v-model:selected="selected"