+
+ 订单来源
+ {{ res.clientType || clientTypeWay }}
+
+
+ 订单状态
+ {{ orderStatusList[res.orderStatus] }}
+
+
+ 付款状态
+ {{ res.payStatus == 'UNPAID' ? '未付款' : res.payStatus == 'PAID' ? '已付款' : '' }}
+
+
+ 支付时间
+ {{ res.paymentTime || '暂无' }}
+
+
+ 支付方式
+ {{ res.paymentMethod == 'ONLINE' ? '在线支付' : ''
+ }}{{ res.paymentMethod == 'ALIPAY' ? '支付宝' : res.paymentMethod == 'BANK_TRANSFER' ? '银行卡' : '' || '暂无' }}
+
+
+
+ 用户名
+ {{ res.memberName }}
+
+
+ 店铺名称
+ {{ res.storeName }}
+
+
+ 创建时间
+ {{ res.createTime }}
+
+