แก้ไขลงเวลา

This commit is contained in:
Warunee Tamkoo 2023-12-12 12:07:35 +07:00
parent 5ab256807a
commit 143c889fa1
2 changed files with 11 additions and 11 deletions

View file

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

View file

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