perbaikan cost management
This commit is contained in:
parent
79b6300bf0
commit
daef6aafdc
|
@ -45,7 +45,7 @@
|
||||||
class="card-title text-center"
|
class="card-title text-center"
|
||||||
style="color: #ffffff !important"
|
style="color: #ffffff !important"
|
||||||
>
|
>
|
||||||
Comparison of Previous Month Actual Costs and Estimated Costs
|
Comparison of Actual Costs and Estimated Costs
|
||||||
</h4>
|
</h4>
|
||||||
<hr
|
<hr
|
||||||
style="
|
style="
|
||||||
|
@ -210,7 +210,8 @@
|
||||||
class="la la-spinner spinner"
|
class="la la-spinner spinner"
|
||||||
*ngIf="spinnerExportActive"
|
*ngIf="spinnerExportActive"
|
||||||
></i>
|
></i>
|
||||||
<i class="ri-export-line" *ngIf="!spinnerExportActive"></i>
|
<i class="ri-export-line" *ngIf="!spinnerExportActive"></i
|
||||||
|
>
|
||||||
<span>Export</span>
|
<span>Export</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
@ -344,7 +345,7 @@
|
||||||
kWh
|
kWh
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</ngx-datatable-column>
|
</ngx-datatable-column>
|
||||||
<ngx-datatable-column
|
<!-- <ngx-datatable-column
|
||||||
name="endDate"
|
name="endDate"
|
||||||
[flexGrow]="1"
|
[flexGrow]="1"
|
||||||
[minWidth]="90"
|
[minWidth]="90"
|
||||||
|
@ -357,7 +358,7 @@
|
||||||
{{ value | date : "MM/yyyy" }}
|
{{ value | date : "MM/yyyy" }}
|
||||||
</p>
|
</p>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</ngx-datatable-column>
|
</ngx-datatable-column> -->
|
||||||
<ngx-datatable-column
|
<ngx-datatable-column
|
||||||
name="status_id"
|
name="status_id"
|
||||||
[flexGrow]="1"
|
[flexGrow]="1"
|
||||||
|
|
|
@ -209,7 +209,7 @@ export class CostManagementComponent implements OnInit {
|
||||||
{
|
{
|
||||||
name: "Cost",
|
name: "Cost",
|
||||||
type: "bar",
|
type: "bar",
|
||||||
data: [this.dataCompPrev[0].value, this.dataCompPrev[1].value],
|
data: [this.dataCompPrev[0].rupiah, this.dataCompPrev[1].rupiah],
|
||||||
label: {
|
label: {
|
||||||
show: true,
|
show: true,
|
||||||
position: "top",
|
position: "top",
|
||||||
|
|
Loading…
Reference in New Issue