Commit 2d193963 authored by Riri Novita's avatar Riri Novita

toFixed

parent 60580734
This diff is collapsed.
......@@ -4487,8 +4487,8 @@ export default class TableSummaryTriputra extends Component {
placeholder=""
disabled={true}
suffix={'%'}
// value={tableMeta.rowData[7]}
value={Number(tableMeta.rowData[7]).toFixed(2)}
value={tableMeta.rowData[7]}
// value={Number(tableMeta.rowData[7]).toFixed(2)}
/>
}
/>
......
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