แก้ไขคำผิด
This commit is contained in:
parent
152ea8aa38
commit
6a320b91ff
27 changed files with 29 additions and 29 deletions
|
|
@ -23,7 +23,7 @@ const props = defineProps({
|
|||
},
|
||||
});
|
||||
|
||||
/** function ปืด Popup */
|
||||
/** function ปิด Popup */
|
||||
function close() {
|
||||
modal.value = false;
|
||||
amount.value = null;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ const group = ref<string>(""); //กลุ่ม
|
|||
const isReadonly = ref<boolean>(false); // อ่านได้อย่างเดียว
|
||||
|
||||
/**
|
||||
* function ปืด Popup
|
||||
* function ปิด Popup
|
||||
*/
|
||||
function close() {
|
||||
modal.value = false;
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ const typeRangeOps = computed(() => {
|
|||
});
|
||||
|
||||
/**
|
||||
* function ปืด Popup
|
||||
* function ปิด Popup
|
||||
*/
|
||||
function close() {
|
||||
modal.value = false;
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ async function fetchDataPeriod() {
|
|||
}
|
||||
|
||||
/**
|
||||
* function ปืด Popup
|
||||
* function ปิด Popup
|
||||
*/
|
||||
function close() {
|
||||
modal.value = false;
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ const isAbsent = ref<boolean>(false); // สำรองหรือไม่
|
|||
const isLeave = ref<boolean>(false); // สำรองหรือไม่
|
||||
|
||||
/**
|
||||
* function ปืด Popup
|
||||
* function ปิด Popup
|
||||
*/
|
||||
function close() {
|
||||
modal.value = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue