fix progress bar

This commit is contained in:
Fuzi_fauzia 2024-06-14 14:52:03 +07:00
parent 6b962028db
commit 60ee717b8b
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@
<ngb-progressbar <ngb-progressbar
height="35px" height="35px"
type="success" type="success"
[value]="dataCompAct?.est_cost" [value]="dataCompAct?.real_cost"
[max]="dataCompAct?.real_cost" [max]="dataCompAct?.est_cost"
></ngb-progressbar> ></ngb-progressbar>
</div> </div>
<div <div