แก้ไขสถานะการเข้า-ออกงาน
This commit is contained in:
parent
881afba651
commit
36b136bd0e
2 changed files with 6 additions and 4 deletions
|
|
@ -147,8 +147,9 @@ watch(
|
|||
<q-card style="width: 950px; max-width: 80vw">
|
||||
<q-toolbar>
|
||||
<q-toolbar-title class="text-subtitle1 text-weight-bold">
|
||||
<span style="margin-right: 0"> รายละเอียดการลงเวลาของ</span>
|
||||
<span class="text-primary">{{ formData.fullName }}</span>
|
||||
<span style="margin-right: 0"> รายละเอียดการลงเวลา</span>
|
||||
|
||||
<span class="text-primary q-pl-sm">{{ formData.fullName }}</span>
|
||||
</q-toolbar-title>
|
||||
<q-btn
|
||||
for="closeDialog"
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ watch(
|
|||
สถานะช่วงเช้า
|
||||
<q-select
|
||||
ref="morningStatusRef"
|
||||
class="q-pa-sm"
|
||||
class="q-pa-sm inputgreen"
|
||||
dense
|
||||
outlined
|
||||
v-model="morningStatus"
|
||||
|
|
@ -165,7 +165,7 @@ watch(
|
|||
|
||||
<q-select
|
||||
ref="afternoonStatusRef"
|
||||
class="q-pa-sm"
|
||||
class="q-pa-sm inputgreen"
|
||||
dense
|
||||
outlined
|
||||
v-model="afternoonStatus"
|
||||
|
|
@ -192,6 +192,7 @@ watch(
|
|||
|
||||
<q-card flat class="col-12 q-mt-sm">
|
||||
<q-input
|
||||
class="inputgreen"
|
||||
outlined
|
||||
dense
|
||||
v-model="reason"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue