fix progress bar
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user