Commit 1a10f7a7 authored by 姬鋆屾's avatar 姬鋆屾

pref:优化首页统计图展示,重新对接接口数据

parent 0be64733
......@@ -41,7 +41,6 @@ export default {
if (this.type == "staff") {
label = this.info.map((item) => item.name);
value = this.info.map((item) => item.sendBusinessCardTimes);
console.log(this.info);
} else {
label = this.info.map((item) => item.companyName);
value = this.info.map((item) => item.businessCardNums);
......
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