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