大屏表格组件bug
This commit is contained in:
@@ -88,7 +88,6 @@
|
||||
}
|
||||
|
||||
const headerKey = Object.keys(value[0])[0]
|
||||
console.log(Object.keys(value[0]))
|
||||
const bodyKey = Object.keys(value[0]).filter(v => {
|
||||
return v !== headerKey && ['color', 'width', 'align'].indexOf(v) === -1
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user