แก้ไขคำผิด

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

@ -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;