Compare commits

..

No commits in common. "e3a5eb9567cd2796dd58d9ec60e6c9edacf44681" and "b37c020482fad4fae15a52c4ed3d1aa4697498a3" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ export default {
}else if(index==9){ }else if(index==9){
values = data.map((item) =>!item.data[propert]&&!item.data['毛坯检测_缺陷项_剪切¢18.3mm可加工']?1:0); values = data.map((item) =>!item.data[propert]&&!item.data['毛坯检测_缺陷项_剪切¢18.3mm可加工']?1:0);
}else if(index==13){ }else if(index==13){
values = data.map((item) =>!item.data[propert]&&!item.data['毛坯检测_缺陷项_暗点不合格']?1:0); values = data.map((item) =>!item.data[propert]&&!item.data['毛坯检测_检测项_暗点不合格']?1:0);
}else{ }else{
values = data.map((item) =>item.data[propert]&&item.data[propert]!==undefined?Number(item.data[propert]):0); values = data.map((item) =>item.data[propert]&&item.data[propert]!==undefined?Number(item.data[propert]):0);
} }