父组件内:
<ReceiptModal :selection-rows="selectionRows"/>
子组件内:
props: {selectionRows: {type: Array} }
showtooltip