real_value_total != 0

dev_SaaS
hjm 6 years ago
parent 2cd1ce8171
commit 2d4310c4f2

@ -241,7 +241,7 @@ function getTableData(data_args) {
? course.real_value.toFixed(3) : course.real_value ;
real_value_total = real_value_total + realValueRowData[`c${courseIndex + 1}`]
})
if (real_value_total >= target_value_total) {
if (real_value_total >= target_value_total && real_value_total != 0) {
nameRowData.status = true
}
maxCouseCount = Math.max(maxCouseCount, innerItem.course_data.length)

Loading…
Cancel
Save