提交 f75abef4 authored 作者: yuanyufei's avatar yuanyufei

no message

上级 7f3ed13b
......@@ -63,8 +63,6 @@ export default {
let prec = 2
let ceil = true
const len = String(maxNumVal).length;
console.log(len,'22')
console.log(maxNumVal,'9999')
if (len <= prec) { return maxNumVal };
const mult = Math.pow(10, prec);
return ceil ?
......@@ -93,11 +91,7 @@ export default {
},
initChart() {
this.chart = echarts.init(this.$el, 'macarons')
// debugger
// if(this.chartData.months){
this.setOptions(this.chartData)
// }
},
setOptions({ customerprice, ordercount, ordertotal,date} = {}) {
this.chart.setOption({
......
......@@ -133,7 +133,6 @@
v-model="value1"
@change="dateTimechange"
:picker-options="pickerOptions"
value-format="timestamp"
:default-time="['00:00:00', '23:59:59']"
type="daterange"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论