|
|
@ -2,7 +2,7 @@
|
|
|
|
* @Author: ch
|
|
|
|
* @Author: ch
|
|
|
|
* @Date: 2022-03-22 10:58:24
|
|
|
|
* @Date: 2022-03-22 10:58:24
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditTime: 2022-06-28 16:43:37
|
|
|
|
* @LastEditTime: 2022-06-28 21:23:25
|
|
|
|
* @Description: file content
|
|
|
|
* @Description: file content
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
@click="$Router.push(`/comment?orderId=${item.orderId}`)">去评价</UiButton>
|
|
|
|
@click="$Router.push(`/comment?orderId=${item.orderId}`)">去评价</UiButton>
|
|
|
|
<UiButton size="min" type="primaryLine"
|
|
|
|
<UiButton size="min" type="primaryLine"
|
|
|
|
v-if="item.orderStatus === ORDER.STATUS.FINISH"
|
|
|
|
v-if="item.orderStatus === ORDER.STATUS.FINISH"
|
|
|
|
@click="$Router.push(`/comment?commentId=${item.orderId}`)">去追评</UiButton>
|
|
|
|
@click="$Router.push(`/comment?orderId=${item.orderId}`)">去追评</UiButton>
|
|
|
|
<UiButton size="min" type="gradual" v-if="item.orderStatus === ORDER.STATUS.FINISH_SEND_GOODS" @click="receive(item)">确认收货</UiButton>
|
|
|
|
<UiButton size="min" type="gradual" v-if="item.orderStatus === ORDER.STATUS.FINISH_SEND_GOODS" @click="receive(item)">确认收货</UiButton>
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|