ปรับ ui checkin
This commit is contained in:
parent
4dbf1de05d
commit
f9ec074f03
10 changed files with 705 additions and 695 deletions
|
|
@ -131,7 +131,6 @@ watch(
|
|||
<div
|
||||
class="bg-secondary text-white col-12 row items-center q-px-md q-py-sm"
|
||||
>
|
||||
<div class="col-2">
|
||||
<q-btn
|
||||
icon="arrow_back"
|
||||
round
|
||||
|
|
@ -140,20 +139,11 @@ watch(
|
|||
color="white"
|
||||
@click="router.go(-1)"
|
||||
/>
|
||||
</div>
|
||||
<q-space />
|
||||
<span class="text-body1 text-weight-bold col-8 text-center"
|
||||
<span class="text-body1 text-weight-bold q-pl-md"
|
||||
>ประวัติการลงเวลา
|
||||
</span>
|
||||
<div class="col-2"></div>
|
||||
</div>
|
||||
<div class="col-12 q-pa-md text-grey-9">
|
||||
<ToolBar
|
||||
:fetchData="functionFetch"
|
||||
@update:year="updateYear"
|
||||
:tab="stores.tab"
|
||||
/>
|
||||
<q-card bordered flat>
|
||||
<div class="col-12 text-grey-9">
|
||||
<q-tabs
|
||||
v-model="stores.tab"
|
||||
dense
|
||||
|
|
@ -172,6 +162,11 @@ watch(
|
|||
|
||||
<q-tab-panels v-model="stores.tab" animated>
|
||||
<q-tab-panel name="history">
|
||||
<ToolBar
|
||||
:fetchData="functionFetch"
|
||||
@update:year="updateYear"
|
||||
:tab="stores.tab"
|
||||
/>
|
||||
<TableHistory
|
||||
:fetchData="functionFetch"
|
||||
:page-size="pageSize"
|
||||
|
|
@ -185,6 +180,11 @@ watch(
|
|||
</q-tab-panel>
|
||||
|
||||
<q-tab-panel name="time">
|
||||
<ToolBar
|
||||
:fetchData="functionFetch"
|
||||
@update:year="updateYear"
|
||||
:tab="stores.tab"
|
||||
/>
|
||||
<TableHistory
|
||||
:fetchData="functionFetch"
|
||||
:page-size="pageSize"
|
||||
|
|
@ -198,7 +198,6 @@ watch(
|
|||
</q-tab-panel>
|
||||
</q-tab-panels>
|
||||
<!-- </q-card> -->
|
||||
</q-card>
|
||||
<!-- <Table
|
||||
:fetchData="fetchlistHistory"
|
||||
:page-size="pageSize"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue