Commit a0dbc13f authored by 李苏's avatar 李苏 💬

字体删除

parent dc470b0f
......@@ -1053,7 +1053,7 @@
let xAxis = [];
value.forEach(element => {
xAxis.push(element.flName.replace('持证信息',''));
xAxis.push(element.flName.replace('人员持证信息',''));
seriesData.data.push(element.allCount)
});
this.setBarhart(this.ygzcChart, {
......
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