Commit 3d133efd authored by Riri Novita's avatar Riri Novita

Merge branch 'riri' into 'master'

tofixed

See merge request !1151
parents c474f0f2 2eea89aa
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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