perbaikan cost management

This commit is contained in:
Fuzi_fauzia 2024-07-04 16:43:16 +07:00
parent 79b6300bf0
commit daef6aafdc
2 changed files with 6 additions and 5 deletions

View File

@ -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>&nbsp;
<i class="ri-export-line" *ngIf="!spinnerExportActive"></i
>&nbsp;
<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"

View File

@ -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",