Merge branch 'develop' into devTee
This commit is contained in:
commit
2edb18316e
3 changed files with 5 additions and 4 deletions
|
|
@ -167,7 +167,7 @@ watch(
|
|||
</q-item-section>
|
||||
</q-item>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="col-2" v-if="props.typeTab === 'time-record'">
|
||||
<q-item>
|
||||
<q-item-section>
|
||||
<q-item-label class="text-grey-8"
|
||||
|
|
@ -177,7 +177,7 @@ watch(
|
|||
</q-item-section>
|
||||
</q-item>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="col-2" v-if="props.typeTab === 'time-record'">
|
||||
<q-item>
|
||||
<q-item-section>
|
||||
<q-item-label class="text-grey-8"
|
||||
|
|
|
|||
|
|
@ -97,6 +97,7 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => {
|
|||
dense
|
||||
class="custom-header-table"
|
||||
:visible-columns="workStore.visibleColumns"
|
||||
:rows-per-page-options="[10, 25, 50, 100]"
|
||||
v-model:pagination="pagination"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue