aaa 是一个组件,业务中需要把本行的数据传至组件中,但现在这样写总是只传了最后一条数据,求大神相助
<el-table>
<el-table-column prop="name"></el-table-column>
<el-table-column>
<template scope="scope">
<aaa :info="scope.row"></aaa>
{{scope.row}}
</template>
</el-table-column>
</el-table>
ibeautiful
相关分类