ปรับการยกเลิกการลาออก
This commit is contained in:
parent
2f8d318a38
commit
97f8799637
1 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ function onSubmit() {
|
|||
dialogConfirm($q,()=>{
|
||||
modal.value = false
|
||||
reason.value = "";
|
||||
})
|
||||
},"ยืนยันการยกเลิก", "ต้องการยืนยันการยกเลิกกนี้ใช่หรือไม่?")
|
||||
}
|
||||
|
||||
function inputEdit(val: boolean) {
|
||||
|
|
@ -43,7 +43,7 @@ function inputEdit(val: boolean) {
|
|||
<template>
|
||||
<q-dialog v-model="modal" persistent>
|
||||
<q-card class="col-12" style="width: 30%">
|
||||
<Header :tittle="`ขอยื่นขอยกเลิกการลาออก`" :close="close" />
|
||||
<Header :tittle="`ยื่นขอยกเลิกการลาออก`" :close="close" />
|
||||
<q-separator />
|
||||
|
||||
<q-card-section class="scroll" style="max-height: 70vh">
|
||||
|
|
@ -68,7 +68,7 @@ function inputEdit(val: boolean) {
|
|||
dense
|
||||
class="q-px-md items-center"
|
||||
color="light-blue-10"
|
||||
label="บันทึก"
|
||||
label="ยืนยัน"
|
||||
/>
|
||||
</q-card-actions>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue