mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
修改统计上店铺不加载bug 修改统计图antV加载数据不齐全bug
This commit is contained in:
@@ -338,7 +338,7 @@ export default {
|
||||
container: "orderChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
|
||||
@@ -448,7 +448,7 @@ export default {
|
||||
container: "pvChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
this.initPvChart();
|
||||
@@ -466,7 +466,7 @@ export default {
|
||||
container: "historyMemberChart",
|
||||
autoFit: true,
|
||||
height: 500,
|
||||
padding: [70, 35, 70, 35],
|
||||
padding: [70, 70, 70, 70],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user