Commit 222aded9 authored by WBY1026's avatar WBY1026

Merge branch 'project9-8' of http://gitlab.91isoft.com:90/yangshuo/template_vue into project9-8

parents 58c9120a afb3ddcf
...@@ -238,7 +238,7 @@ export default { ...@@ -238,7 +238,7 @@ export default {
console.log('数据源', this.demoData1List) console.log('数据源', this.demoData1List)
}, },
formatData(data) { formatData(data) {
// 遍历数据,提取不重复的月份作为列标签 // 遍历数据,提取不重复的月份作为列标签 111
const months = new Set() const months = new Set()
data.forEach(item => { data.forEach(item => {
Object.keys(item).forEach(key => { Object.keys(item).forEach(key => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment