ui การลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-09 09:31:01 +07:00
parent acbec63df7
commit 333515f570
7 changed files with 79 additions and 56 deletions

View file

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