เเก้ไข UI detailLeave

comment code retirement
This commit is contained in:
AnandaTon 2023-11-16 17:57:48 +07:00
parent b0cd3af1ad
commit ee2eba56a1
13 changed files with 470 additions and 266 deletions

View file

@ -219,13 +219,14 @@ watch(
class="col q-ma-md q-pa-sm bg-white border-custom text-weight-medium"
>
<p style="color: #06884d; font-size: 16px">สถานะเขางาน</p>
<div class="row justify-between q-my-sm items-start">
<div class="justify-between q-my-sm items-start">
<q-select
ref="checkInStatusRef"
for="checkInStatus"
emit-value
map-options
outlined
full-width
dense
v-model="SpecialTimeStore.checkInStatus"
:options="SpecialTimeStore.optionStatus"
@ -242,7 +243,10 @@ watch(
class="col q-ma-md q-pa-sm bg-white border-custom text-weight-medium"
>
<p style="color: #06884d; font-size: 16px">สถานะออกงาน</p>
<div class="row justify-between q-my-sm items-start">
<div
class="justify-between q-my-sm items-start"
style="width: 100%"
>
<q-select
ref="checkOutStatusRef"
for="checkOutStatus"
@ -250,6 +254,7 @@ watch(
map-options
outlined
dense
full-width
v-model="SpecialTimeStore.checkOutStatus"
:options="SpecialTimeStore.optionStatus"
option-value="id"