This commit is contained in:
liuye
2022-07-28 16:47:36 +08:00
parent e66d26f195
commit ea622b0378

View File

@@ -396,7 +396,7 @@
// // ${nameList.items[0].data} // // ${nameList.items[0].data}
// name = `/ ${data[0].axisValueLabel}/ ${data[0].axisValue} / ${data[0].name}<br/>宣发任务数:${this.departBarData[index].taskCount} ` // name = `/ ${data[0].axisValueLabel}/ ${data[0].axisValue} / ${data[0].name}<br/>宣发任务数:${this.departBarData[index].taskCount} `
// }) // })
return `${data[0].axisValueLabel}/ ${data[0].axisValue} / ${data[0].name}<br/>宣发任务数:${this.departBarData[index].taskCount}` return `${data[0].axisValueLabel}/ ${data[0].axisValue} / ${data[0].name}<br/>宣发任务数:${data[0].value}`
} }
}, },
dataZoom: [ dataZoom: [