ปรับการยกเลิกการลาออก

This commit is contained in:
Warunee Tamkoo 2024-02-28 09:39:47 +07:00
parent 2f8d318a38
commit 97f8799637

View file

@ -29,7 +29,7 @@ function onSubmit() {
dialogConfirm($q,()=>{ dialogConfirm($q,()=>{
modal.value = false modal.value = false
reason.value = ""; reason.value = "";
}) },"ยืนยันการยกเลิก", "ต้องการยืนยันการยกเลิกกนี้ใช่หรือไม่?")
} }
function inputEdit(val: boolean) { function inputEdit(val: boolean) {
@ -43,7 +43,7 @@ function inputEdit(val: boolean) {
<template> <template>
<q-dialog v-model="modal" persistent> <q-dialog v-model="modal" persistent>
<q-card class="col-12" style="width: 30%"> <q-card class="col-12" style="width: 30%">
<Header :tittle="`ขอยื่นขอยกเลิกการลาออก`" :close="close" /> <Header :tittle="`ยื่นขอยกเลิกการลาออก`" :close="close" />
<q-separator /> <q-separator />
<q-card-section class="scroll" style="max-height: 70vh"> <q-card-section class="scroll" style="max-height: 70vh">
@ -68,7 +68,7 @@ function inputEdit(val: boolean) {
dense dense
class="q-px-md items-center" class="q-px-md items-center"
color="light-blue-10" color="light-blue-10"
label="บันทึก" label="ยืนยัน"
/> />
</q-card-actions> </q-card-actions>
</form> </form>