fix progress bar
This commit is contained in:
parent
6b962028db
commit
60ee717b8b
|
@ -105,8 +105,8 @@
|
|||
<ngb-progressbar
|
||||
height="35px"
|
||||
type="success"
|
||||
[value]="dataCompAct?.est_cost"
|
||||
[max]="dataCompAct?.real_cost"
|
||||
[value]="dataCompAct?.real_cost"
|
||||
[max]="dataCompAct?.est_cost"
|
||||
></ngb-progressbar>
|
||||
</div>
|
||||
<div
|
||||
|
|
Loading…
Reference in New Issue