Browse Source

零售订单详情

tags/v1.1.30
张家华 3 years ago
parent
commit
20c353895a
  1. 2
      src/components/order_list/retail/retail.vue

2
src/components/order_list/retail/retail.vue

@ -1,7 +1,7 @@
<template> <template>
<view class="retail-order" @click="toInfo"> <view class="retail-order" @click="toInfo">
<view class="ro-header"> <view class="ro-header">
<view class="rh-view">{{orderInfo.source || '-'}}</view>
<view class="rh-view">{{orderInfo.stadium_name || '-'}}</view>
<text <text
:class="[ 'rh-text', orderInfo.pay_status == 1?'rh-active':'', orderInfo.pay_status == 4?'rh-red':'' ]" :class="[ 'rh-text', orderInfo.pay_status == 1?'rh-active':'', orderInfo.pay_status == 4?'rh-red':'' ]"
>{{getStatus(orderInfo.pay_status)}}</text> >{{getStatus(orderInfo.pay_status)}}</text>

Loading…
Cancel
Save