Commit 856c4e3c authored by rifkaki's avatar rifkaki

Merge branch 'master' of http://103.44.149.204/d.arizona/tia-dev into rifka

parents 2028366a 3d133efd
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