ปิดการแสดง status สวนของ Tab รายการลงเวลา
This commit is contained in:
parent
feaa379418
commit
e0fa2d9632
1 changed files with 2 additions and 2 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue