fix progress bar
This commit is contained in:
parent
6b962028db
commit
60ee717b8b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue