update popup คุณสมบัติ
This commit is contained in:
parent
f20309e6b1
commit
c7dde080e0
3 changed files with 21 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue