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 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue