แก้ไขการแสดงผลปุ่มขอลงเวลากรณีพิเศษ แก้สี และ UI
This commit is contained in:
parent
01f0087beb
commit
dce257300b
6 changed files with 66 additions and 38 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue