原因:columns.title優先級別比slots.title高,所以優先顯示title文字了!也就是說!!不能共存!!!
{ title: '序號', slots: { title: '$order' } },
改成
{ slots: { title: '$order' } },
就好了!
原因:columns.title優先級別比slots.title高,所以優先顯示title文字了!也就是說!!不能共存!!!
{ title: '序號', slots: { title: '$order' } },
改成
{ slots: { title: '$order' } },
就好了!
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。