|
|
|
@ -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)
|
|
|
|
|