|
|
@@ -29,7 +29,7 @@
|
|
|
<div class="step-status">
|
|
|
{{ getStepTitle(step) }}
|
|
|
<div v-if="step.status !== '等待处理'" class="step-details">
|
|
|
- 第{{ step.status === '正在处理' && step.name === '抠图' ? step.current+1 : step.current }}/{{ step.total }}款
|
|
|
+ 第{{ step.current }}/{{ step.total }}款
|
|
|
{{ getCurrentGoodsNo(step) }}
|
|
|
<span v-if="step.error" style="color: red; margin-left:5px;">失败:{{step.error}}款</span>
|
|
|
|