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) {
|
render (h) {
|
||||||
let $cols = [];
|
let $cols = [];
|
||||||
this.columns.forEach((column, index) => {
|
this.columns.forEach(column => {
|
||||||
const $col = h('col', {
|
const $col = h('col', {
|
||||||
attrs: {
|
attrs: {
|
||||||
width: this.setCellWidth(column)
|
width: this.setCellWidth(column)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue