王志国
3 weeks ago
1 changed files with 17 additions and 16 deletions
@ -1,20 +1,21 @@ |
|||||
<template> |
<template> |
||||
<recordComMainCard :dataContent="dataContent"> |
<recordComMainCard :dataContent="dataContent"> |
||||
<recordComDetailCard :dataContent="dataContent"></recordComDetailCard> |
<recordComDetailCard :dataContent="dataContent"></recordComDetailCard> |
||||
</recordComMainCard> |
</recordComMainCard> |
||||
</template> |
</template> |
||||
|
|
||||
<script setup lang="ts"> |
<script setup lang="ts"> |
||||
import recordComMainCard from '@/mycomponents/receive/recordComMainCard.vue' |
import recordComMainCard from '@/mycomponents/receive/recordComMainCard.vue' |
||||
import recordComDetailCard from '@/mycomponents/receive/recordComDetailCard.vue' |
import recordComDetailCard from '@/mycomponents/receive/recordComDetailCard.vue' |
||||
const props = defineProps({ |
|
||||
dataContent: { |
|
||||
type: Object, |
|
||||
default: {} |
|
||||
} |
|
||||
}) |
|
||||
</script> |
|
||||
|
|
||||
<style lang="scss"> |
const props = defineProps({ |
||||
|
dataContent: { |
||||
|
type: Object, |
||||
|
default: {} |
||||
|
} |
||||
|
}) |
||||
|
</script> |
||||
|
|
||||
</style> |
<style lang="scss"> |
||||
|
|
||||
|
</style> |
||||
|
Loading…
Reference in new issue