UI checkin
This commit is contained in:
parent
94ef333bfc
commit
60bd88c4f5
8 changed files with 282 additions and 149 deletions
|
|
@ -73,7 +73,7 @@ const doLogout = () => {
|
|||
<div v-if="$q.screen.gt.xs">
|
||||
<q-tabs v-model="tab" align="justify" indicator-color="transparent" active-color="white bg-white-btn border-100" dense inline-label class="text-grey-5 tabsHome">
|
||||
<q-tab class="border-100" name="dashboard" label="หน้าแรก" icon="mdi-view-dashboard-outline" @click="router.push(`/`)" />
|
||||
<q-tab class="border-100" name="time" label="ลงเวลางาน" icon="mdi-map-marker-check-outline" />
|
||||
<q-tab class="border-100" name="time" label="ลงเวลางาน" icon="mdi-map-marker-check-outline" @click="router.push(`/check-in`)"/>
|
||||
<q-tab class="border-100" name="leave" label="การลา" icon="mdi-calendar-blank-outline" />
|
||||
</q-tabs>
|
||||
</div>
|
||||
|
|
@ -148,8 +148,8 @@ const doLogout = () => {
|
|||
<q-footer class="bg-top" v-if="!$q.screen.gt.xs">
|
||||
<q-toolbar style="padding: 2% 2%">
|
||||
<div class="row col-12 justify-around">
|
||||
<q-btn flat round class="bg-white-btn" color="white" icon="mdi-view-dashboard-outline" />
|
||||
<q-btn flat round color="white" icon="mdi-map-marker-check-outline" />
|
||||
<q-btn flat round class="bg-white-btn" color="white" icon="mdi-view-dashboard-outline" @click="router.push(`/`)"/>
|
||||
<q-btn flat round color="white" icon="mdi-map-marker-check-outline" @click="router.push(`/check-in`)"/>
|
||||
<q-btn flat round color="white" icon="mdi-calendar-blank-outline" />
|
||||
<q-btn flat round color="white" icon="mdi-account-outline" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue