Merge commit '8511baf411' into develop
# Conflicts: # src/modules/02_transfer/views/AddTransfer.vue # src/modules/03_leave/views/AddLeave.vue
This commit is contained in:
commit
e70ffe70a2
5 changed files with 258 additions and 205 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" @click="router.push(`/check-in`)"/>
|
||||
<q-tab class="border-100" name="Checkin" 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue