แก้ไขคำผิด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-06 14:08:24 +07:00
parent 152ea8aa38
commit 6a320b91ff
27 changed files with 29 additions and 29 deletions

View file

@ -162,7 +162,7 @@ watch(
}
);
/** function ปด Dialog*/
/** function ปด Dialog*/
function closeDialog() {
modal.value = !modal.value;
clearFormData();

View file

@ -66,7 +66,7 @@ const title = computed(() => {
});
/**
* function Dialog*
* function Dialog*
*/
function closeDialog() {
modal.value = !modal.value;

View file

@ -64,7 +64,7 @@ async function fetchDocumentFile(id: string) {
}
/**
* function Dialog*
* function Dialog*
*/
function closeDialog() {
modal.value = !modal.value;

View file

@ -103,7 +103,7 @@ function onSubmit() {
});
}
/** function ปด Dialog*/
/** function ปด Dialog*/
function closeDialog() {
modal.value = false;
clearFormData();

View file

@ -52,7 +52,7 @@ const formData = reactive<FormDataRateEpm>({
salaryDay: null, /// ()
});
/** function ปด Dialog*/
/** function ปด Dialog*/
function closeDialog() {
modal.value = !modal.value;
clearFormData();

View file

@ -52,7 +52,7 @@ async function fetchDocumentFile(id: string) {
});
}
/** function ปด Dialog*/
/** function ปด Dialog*/
function closeDialog() {
modal.value = !modal.value;
}

View file

@ -55,7 +55,7 @@ const formData = reactive<any>({
rateHighMax: "", //
});
/** function ปด Dialog*/
/** function ปด Dialog*/
function closeDialog() {
modal.value = !modal.value;
clearFormData();

View file

@ -64,7 +64,7 @@ function clearForm() {
}
/**
* function Dialog
* function Dialog
*/
function close() {
modal.value = false;

View file

@ -24,7 +24,7 @@ const props = defineProps({
});
/**
* function Popup
* function Popup
*/
function close() {
modal.value = false;

View file

@ -31,7 +31,7 @@ const group = ref<string>(""); //กลุ่ม
const isReadonly = ref<boolean>(false); //
/**
* function Popup
* function Popup
*/
function close() {
modal.value = false;

View file

@ -55,7 +55,7 @@ const typeRangeOps = computed(() => {
});
/**
* function Popup
* function Popup
*/
function close() {
modal.value = false;

View file

@ -113,7 +113,7 @@ async function fetchDataPeriod() {
}
/**
* function Popup
* function Popup
*/
function close() {
modal.value = false;

View file

@ -36,7 +36,7 @@ const isAbsent = ref<boolean>(false); // สำรองหรือไม่
const isLeave = ref<boolean>(false); //
/**
* function Popup
* function Popup
*/
function close() {
modal.value = false;

View file

@ -23,7 +23,7 @@ const props = defineProps({
},
});
/** function ปด Popup */
/** function ปด Popup */
function close() {
modal.value = false;
amount.value = null;

View file

@ -32,7 +32,7 @@ const group = ref<string>(""); //กลุ่ม
const isReadonly = ref<boolean>(false); //
/**
* function Popup
* function Popup
*/
function close() {
modal.value = false;

View file

@ -54,7 +54,7 @@ const typeRangeOps = computed(() => {
});
/**
* function Popup
* function Popup
*/
function close() {
modal.value = false;

View file

@ -117,7 +117,7 @@ async function fetchDataPeriod() {
}
/**
* function Popup
* function Popup
*/
function close() {
modal.value = false;

View file

@ -45,7 +45,7 @@ const isAbsent = ref<boolean>(false); // สำรองหรือไม่
const isLeave = ref<boolean>(false); //
/**
* function Popup
* function Popup
*/
function close() {
modal.value = false;