aaa 是一個(gè)組件,業(yè)務(wù)中需要把本行的數(shù)據(jù)傳至組件中,但現(xiàn)在這樣寫總是只傳了最后一條數(shù)據(jù),求大神相助<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>
el-table中的一個(gè)子組件的數(shù)據(jù)通信問題
繁星點(diǎn)點(diǎn)滴滴
2018-12-28 23:19:35