搜索
重置
{{ scope.row.orderStatus == "WAIT_PAY" ? "待付款" : "" }}
{{ scope.row.orderStatus == "PAY" ? "已付款" : "" }}
{{ scope.row.orderStatus == "CANCEL" ? "已取消" : "" }}
{{ scope.row.orderStatus == "WAIT_RECEIVED" ? "待收货" : "" }}
{{ scope.row.orderStatus == "RECEIVED" ? "已收货" : "" }}
{{ scope.row.orderStatus == "WAIT_REFUND" ? "待退款" : "" }}
{{ scope.row.orderStatus == "REFUNDED" ? "已退款" : "" }}
{{ scope.row.orderStatus == "WAIT_RETURNED" ? "待退货" : "" }}
{{ scope.row.orderStatus == "RETURNED" ? "已退货" : "" }}
{{ scope.row.orderChannel == "MOBILE_APP" ? "手机APP" : "" }}
{{ scope.row.orderChannel == "WECHAT_APPLET" ? "微信小程序" : "" }}
{{ scope.row.orderChannel == "ALI_PAY_APPLET" ? "支付宝" : "" }}
查看