แก้ไขการแสดงผลปุ่มขอลงเวลากรณีพิเศษ แก้สี และ UI

This commit is contained in:
Warunee Tamkoo 2025-03-19 15:51:36 +07:00
parent 01f0087beb
commit dce257300b
6 changed files with 66 additions and 38 deletions

View file

@ -31,6 +31,10 @@ const props = defineProps({
type: Function,
default: () => console.log('not function'),
},
action: {
type: String,
default: '',
},
})
const data = ref<DataCheckIn>() //
@ -64,6 +68,7 @@ watch(
:data-byId="data"
:close-popup="clickClosePopup"
:fetch-data="props.fetchData"
:action="props.action"
/>
</q-card>
</q-dialog>