no message
This commit is contained in:
parent
2068ab1159
commit
ca287c4bfa
1 changed files with 2 additions and 3 deletions
|
|
@ -273,7 +273,6 @@ async function confirm() {
|
|||
// await fetchCheckTime()
|
||||
})
|
||||
.catch((err) => {
|
||||
console.log(err)
|
||||
messageError($q, err)
|
||||
})
|
||||
.finally(() => {
|
||||
|
|
@ -341,10 +340,10 @@ onMounted(async () => {
|
|||
/>
|
||||
<q-space />
|
||||
|
||||
<strong v-if="stetusCheckin" style="font-size: 1rem;">
|
||||
<strong v-if="stetusCheckin" style="font-size: 1rem">
|
||||
ลงเวลาเข้างาน
|
||||
</strong>
|
||||
<strong v-else style="font-size: 1rem;">ลงเวลาออกงาน</strong>
|
||||
<strong v-else style="font-size: 1rem">ลงเวลาออกงาน</strong>
|
||||
<q-space />
|
||||
<q-btn
|
||||
round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue