Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2023-12-12 12:35:33 +07:00
commit 29fdbdece9
2 changed files with 11 additions and 11 deletions

View file

@ -171,7 +171,7 @@ watch(
<q-item>
<q-item-section>
<q-item-label class="text-grey-8"
>สถานะเวลาเขางาน
>สถานะวงเช
</q-item-label>
<q-item-label>{{ formData.checkInStatus }}</q-item-label>
</q-item-section>
@ -181,7 +181,7 @@ watch(
<q-item>
<q-item-section>
<q-item-label class="text-grey-8"
>สถานะเวลาออก</q-item-label
>สถานะวงบาย</q-item-label
>
<q-item-label>{{ formData.checkOutStatus }}</q-item-label>
</q-item-section>

View file

@ -181,7 +181,7 @@ watch(
:close="close"
/>
<q-separator color="grey-4" />
<q-card-section style="max-height: 50vh" class="scroll q-pa-none">
<q-card-section style="max-height: 80vh" class="scroll q-pa-none">
<div
class="col q-ma-md q-pa-sm bg-white border_custom text-weight-medium"
>
@ -371,19 +371,19 @@ watch(
</div>
</q-card-section>
<q-separator color="grey-4" />
<div class="q-pa-xs">
<div class="q-pa-sm">
<div class="row justify-end">
<q-btn
id="onSubmit"
type="submit"
flat
round
color="secondary"
icon="mdi-content-save-outline"
><q-tooltip>{{
props.editCheck === "add" ? "บันทึกข้อมูล" : "บันทึกแก้ไขข้อมูล"
}}</q-tooltip></q-btn
dense
unelevated
label="บันทึก"
color="public"
class="q-px-md"
>
<q-tooltip>นท</q-tooltip>
</q-btn>
</div>
</div>
</form>