update popup คุณสมบัติ

This commit is contained in:
Warunee Tamkoo 2023-12-22 17:41:13 +07:00
parent f20309e6b1
commit c7dde080e0
3 changed files with 21 additions and 11 deletions

View file

@ -18,6 +18,7 @@ const props = defineProps({
evaluateId: {
type: String,
},
educations: Array
});
const modal = ref<boolean>(false);
@ -205,7 +206,7 @@ onMounted(() => {
</q-item>
</q-list>
<PopupCheckFeatures :modal="modal" :show="show" :close-modal="closeModal" />
<PopupCheckFeatures :modal="modal" :show="show" :close-modal="closeModal" :educations="educations"/>
</template>
<style scoped></style>