Update table-body.vue
This commit is contained in:
parent
c591ddc9b7
commit
52a036ec43
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue