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()
|
// await fetchCheckTime()
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.log(err)
|
|
||||||
messageError($q, err)
|
messageError($q, err)
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
|
|
@ -341,10 +340,10 @@ onMounted(async () => {
|
||||||
/>
|
/>
|
||||||
<q-space />
|
<q-space />
|
||||||
|
|
||||||
<strong v-if="stetusCheckin" style="font-size: 1rem;">
|
<strong v-if="stetusCheckin" style="font-size: 1rem">
|
||||||
ลงเวลาเข้างาน
|
ลงเวลาเข้างาน
|
||||||
</strong>
|
</strong>
|
||||||
<strong v-else style="font-size: 1rem;">ลงเวลาออกงาน</strong>
|
<strong v-else style="font-size: 1rem">ลงเวลาออกงาน</strong>
|
||||||
<q-space />
|
<q-space />
|
||||||
<q-btn
|
<q-btn
|
||||||
round
|
round
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue