Commit 2598fb74 authored by liudong1993's avatar liudong1993

1

parent 972792a8
......@@ -82,7 +82,7 @@ export default {
},
data: x.MonthData.map(x=>{ return (x/10000).toFixed(2) }) // 绑定实时数据数组
}
if(x.Name.indexOf('毛利')==0) datas.push(obj)
if(x.Name.indexOf('毛利')==0 && x.Name.indexOf('毛利率')==-1) datas.push(obj)
if(indexs>6){
let name=x.Name;
Newobj[name]=false;
......
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