fix
This commit is contained in:
parent
6f495cca9d
commit
c6ea0527c7
1 changed files with 3 additions and 3 deletions
|
|
@ -297,8 +297,8 @@ onMounted(() => {
|
||||||
<div v-if="dataStore.rows.length !== 0" class="col-12">
|
<div v-if="dataStore.rows.length !== 0" class="col-12">
|
||||||
<div class="row justify-between items-center q-mb-sm">
|
<div class="row justify-between items-center q-mb-sm">
|
||||||
<q-btn
|
<q-btn
|
||||||
v-show="selected.length > 0"
|
:disable="selected.length === 0"
|
||||||
color="info"
|
:color="selected.length === 0 ? 'grey' : 'info'"
|
||||||
dense
|
dense
|
||||||
icon="mdi-shuffle-variant"
|
icon="mdi-shuffle-variant"
|
||||||
label="เปลี่ยนรอบการลงเวลา"
|
label="เปลี่ยนรอบการลงเวลา"
|
||||||
|
|
@ -315,7 +315,7 @@ onMounted(() => {
|
||||||
dense
|
dense
|
||||||
class="custom-header-table"
|
class="custom-header-table"
|
||||||
:visible-columns="dataStore.visibleColumns"
|
:visible-columns="dataStore.visibleColumns"
|
||||||
:rows-per-page-options="[0, 10, 25, 50, 100]"
|
:rows-per-page-options="[10, 25, 50, 100]"
|
||||||
@update:pagination="updatePagination"
|
@update:pagination="updatePagination"
|
||||||
selection="multiple"
|
selection="multiple"
|
||||||
v-model:selected="selected"
|
v-model:selected="selected"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue