update label cost

This commit is contained in:
2024-07-08 16:09:40 +07:00
parent 15ae21bf9c
commit 1edfbc7149
3 changed files with 3 additions and 3 deletions

View File

@@ -338,7 +338,7 @@
[minWidth]="90"
>
<ng-template ngx-datatable-header-template>
<span style="color: #ffffff !important">Total Use</span>
<span style="color: #ffffff !important">Total Kwh</span>
</ng-template>
<ng-template let-value="value" ngx-datatable-cell-template>
<p style="color: #ffffff !important">{{ value }}</p>