优化订单投诉显示

master
paulGao 2022-07-04 18:36:05 +08:00
parent 8d6fa2f19f
commit 85349a197f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
>{{ goods.goodsPrice | unitPrice("¥") }} </span >{{ goods.goodsPrice | unitPrice("¥") }} </span
>x {{ goods.num }} >x {{ goods.num }}
</div> </div>
<Button v-if="goods.commentStatus == 'UNFINISHED'" @click="comment(order.sn, goodsIndex)" size="small" type="success" class="fontsize_12" style="position:relative;top:-22px;left:100px"></Button> <Button v-if="goods.commentStatus == 'UNFINISHED'" @click="comment(order.sn, goodsIndex)" size="small" type="success" class="fontsize_12" style="position:relative;top:-22px;left:100px;margin-right:10px"></Button>
<Button v-if="goods.complainStatus == 'NO_APPLY'" @click="complain(order.sn, goodsIndex)" type="warning" class="fontsize_12" size="small" style="position:relative;top:-22px;left:100px"></Button> <Button v-if="goods.complainStatus == 'NO_APPLY'" @click="complain(order.sn, goodsIndex)" type="warning" class="fontsize_12" size="small" style="position:relative;top:-22px;left:100px"></Button>
</div> </div>
</div> </div>