|
@ -4,29 +4,15 @@ |
|
|
</recordComMainCard> |
|
|
</recordComMainCard> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<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' |
|
|
export default { |
|
|
const props = defineProps({ |
|
|
components: { |
|
|
dataContent: { |
|
|
recordComMainCard, |
|
|
type: Object, |
|
|
recordComDetailCard |
|
|
default: {} |
|
|
}, |
|
|
} |
|
|
data() { |
|
|
}) |
|
|
return {}; |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
props: { |
|
|
|
|
|
dataContent: { |
|
|
|
|
|
type: Object, |
|
|
|
|
|
default: {} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
methods: { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
<style lang="scss"> |
|
|