ui การลา
This commit is contained in:
parent
acbec63df7
commit
333515f570
7 changed files with 79 additions and 56 deletions
|
|
@ -11,7 +11,7 @@ const props = defineProps({
|
|||
type: Function,
|
||||
},
|
||||
});
|
||||
//
|
||||
// รายละเอียดข้อมูง
|
||||
const titlename = ref<string>("");
|
||||
const timeIn = ref<string>("");
|
||||
const timeOut = ref<string>("");
|
||||
|
|
@ -32,6 +32,7 @@ watch(props, () => {
|
|||
}
|
||||
}
|
||||
});
|
||||
// ปิด popup
|
||||
function colsePopup() {
|
||||
props.colse ? props.colse() : false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue