Commit 21ecc213 authored by Riri Novita's avatar Riri Novita

apdet ropl

parent 8f168486
...@@ -1008,7 +1008,7 @@ export default class ProfitLossROO extends Component { ...@@ -1008,7 +1008,7 @@ export default class ProfitLossROO extends Component {
} }
} }
}, { }, {
name: `Jan ${this.props.periode}`, name: `Jan ${this.props.periode} Actual`,
options: { options: {
customHeadRender: (columnMeta) => ( customHeadRender: (columnMeta) => (
<TableCell style={{ ...style2, top: 0, zIndex: 99, backgroundColor: '#1c71b8', width: 96, borderRight: '1px #fff solid' }}> <TableCell style={{ ...style2, top: 0, zIndex: 99, backgroundColor: '#1c71b8', width: 96, borderRight: '1px #fff solid' }}>
...@@ -1106,7 +1106,7 @@ export default class ProfitLossROO extends Component { ...@@ -1106,7 +1106,7 @@ export default class ProfitLossROO extends Component {
} }
} }
}, { }, {
name: `Feb ${this.props.periode}`, name: `Feb ${this.props.periode} Actual`,
options: { options: {
customHeadRender: (columnMeta) => ( customHeadRender: (columnMeta) => (
<TableCell style={{ ...style2, top: 0, zIndex: 99, backgroundColor: '#1c71b8', width: 96, borderRight: '1px #fff solid' }}> <TableCell style={{ ...style2, top: 0, zIndex: 99, backgroundColor: '#1c71b8', width: 96, borderRight: '1px #fff solid' }}>
...@@ -1204,7 +1204,7 @@ export default class ProfitLossROO extends Component { ...@@ -1204,7 +1204,7 @@ export default class ProfitLossROO extends Component {
} }
} }
}, { }, {
name: `Mar ${this.props.periode}`, name: `Mar ${this.props.periode} Actual`,
options: { options: {
customHeadRender: (columnMeta) => ( customHeadRender: (columnMeta) => (
<TableCell style={{ ...style2, top: 0, zIndex: 99, backgroundColor: '#1c71b8', width: 96, borderRight: '1px #fff solid' }}> <TableCell style={{ ...style2, top: 0, zIndex: 99, backgroundColor: '#1c71b8', width: 96, borderRight: '1px #fff solid' }}>
......
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