|
|
@@ -101,8 +101,7 @@
|
|
|
<span class="name">已验退:</span>{{item.returnQty}}{{item.product.unit}}
|
|
|
</div>
|
|
|
<ul class="bottom" v-if="item.replayList.length > 0">
|
|
|
- <li v-for="(ls, index) in item.replayList" style="padding:.1rem 0;">
|
|
|
- <span style="margin-right:0.1rem; color:#3e82f5;">数量:{{index + 1}}</span><br/>
|
|
|
+ <li v-for="ls in item.replayList" style="padding:.1rem 0;">
|
|
|
<span style="margin-right:0.1rem">回复: <strong>{{ls.date | time}}</strong></span>
|
|
|
<span style="margin-right:0.1rem">{{ls.recorder}}</span>
|
|
|
<span>回复数量:{{ls.qty}}</span><br/>
|