|
|
@@ -53,7 +53,7 @@
|
|
|
:stroke-width="16"
|
|
|
></el-progress>
|
|
|
<div class="percent-num">
|
|
|
- 112/334
|
|
|
+ {{productionPlan.completeNum?productionPlan.completeNum:0}}/{{productionPlan.num}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -67,7 +67,7 @@
|
|
|
:stroke-width="16"
|
|
|
></el-progress>
|
|
|
<div class="percent-num">
|
|
|
- 112/334
|
|
|
+ {{infoData.completeOrder}}/{{infoData.orderNum?infoData.orderNum:0}}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -167,6 +167,8 @@
|
|
|
justify-content: space-between;
|
|
|
.percent-num{
|
|
|
margin-left: 20px;
|
|
|
+ width: 120px;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
}
|
|
|
}
|