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