|
|
@@ -185,7 +185,9 @@ const getSampleFiles = (geoHash) => {
|
|
|
// }
|
|
|
outputBox.value[0].value = data.production_info.production + "斤"
|
|
|
outputBox.value[1].value = data.production_info.quality.toFixed(0) + "%"
|
|
|
- outputBox.value[2].value = (100 - parseInt(data.production_info.cihua_ratio)).toFixed(0) + "%"
|
|
|
+ if(data.production_info.cihua_ratio){
|
|
|
+ outputBox.value[2].value = (100 - parseInt(data.production_info.cihua_ratio)).toFixed(0) + "%"
|
|
|
+ }
|
|
|
qualityBox.value[0].value = data.ecology_info.ventilation + "%"
|
|
|
qualityBox.value[1].value = data.ecology_info.transmittance + "%"
|
|
|
qualityBox.value[2].value = data.ecology_info.dp_situation+"%"
|