Update table-body.vue

This commit is contained in:
梁灏 2019-12-20 12:09:29 +08:00
parent c591ddc9b7
commit 52a036ec43

View file

@ -202,7 +202,7 @@
},
render (h) {
let $cols = [];
this.columns.forEach((column, index) => {
this.columns.forEach(column => {
const $col = h('col', {
attrs: {
width: this.setCellWidth(column)