王志国
3 months ago
1 changed files with 34 additions and 0 deletions
@ -0,0 +1,34 @@ |
|||
<template> |
|||
<recordComMainCard :dataContent="dataContent"> |
|||
<recordComDetailCard :dataContent="dataContent"></recordComDetailCard> |
|||
</recordComMainCard> |
|||
</template> |
|||
|
|||
<script> |
|||
import recordComMainCard from '@/mycomponents/receive/recordComMainCard.vue' |
|||
import recordComDetailCard from '@/mycomponents/receive/recordComDetailCard.vue' |
|||
export default { |
|||
components: { |
|||
recordComMainCard, |
|||
recordComDetailCard |
|||
}, |
|||
data() { |
|||
return {}; |
|||
}, |
|||
|
|||
props: { |
|||
dataContent: { |
|||
type: Object, |
|||
default: {} |
|||
}, |
|||
}, |
|||
|
|||
methods: { |
|||
|
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style lang="scss"> |
|||
|
|||
</style> |
Loading…
Reference in new issue