Commit 515ae731 authored by Deni Rinaldi's avatar Deni Rinaldi

sh average

parent 60f801f2
......@@ -493,6 +493,7 @@ export default class TableSubHolding extends Component {
total += Number(dataTable2[35][8 + index])
// console.log(index);
}
total = total/month
}
let hasil = Number(value) / total
// console.log(hasil, value, total);
......
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