element-ui 表格排序失效
2018-04-03 本文已影响0人
saintkl
失效原因:属性prop丢失
<el-table-column
prop="nameCN"
label="用户名"
sortable>
<Hovertip slot-scope="scope" :scope="scope.row.nameCN"></Hovertip>
</el-table-column>
失效原因:属性prop丢失
<el-table-column
prop="nameCN"
label="用户名"
sortable>
<Hovertip slot-scope="scope" :scope="scope.row.nameCN"></Hovertip>
</el-table-column>