打印data
This commit is contained in:
@@ -386,8 +386,9 @@
|
||||
type: 'shadow'
|
||||
},
|
||||
formatter: function(data) {
|
||||
console.log(data)
|
||||
var index = data[0].dataIndex
|
||||
let name = `<ai-open-data type="departmentName" openid="${this.departBarData[index].deptId}" class="name"></ai-open-data><br/>宣发任务数:${this.departBarData[index].taskCount}`
|
||||
let name = `<br/>宣发任务数:${this.departBarData[index].taskCount}`
|
||||
return name
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user