Commit 871d214c authored by 王启林's avatar 王启林

parent 674566a8
...@@ -73,8 +73,7 @@ export default { ...@@ -73,8 +73,7 @@ export default {
tooltip: {}, tooltip: {},
xAxis: { xAxis: {
data: this.chartsData.map(i => { data: this.chartsData.map(i => {
console.log(i) return i.ruleName || i.deptName || i.staffName
return i.ruleName ? i.ruleName : i.depName ? i.depName : i.staffName
}) })
// this.title == "申诉次数部门排名TOP20" // this.title == "申诉次数部门排名TOP20"
// ? [ // ? [
......
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