- 订单编号
- 下单时间
- 买家
- 商品信息
- 结算状态
- 总结算金额
- 已结算金额
- {{item.shopOrderNo}}
- {{res.orderTime}}
- {{res.name}}
- {{item.name}}
- 待结算 部分结算 已结算
- ¥ {{res.shouldPayShopAmount ?res.shouldPayShopAmount.toFixed(2) :'0.00'}}
- ¥ {{res.payedShopAmount ?res.payedShopAmount.toFixed(2) :'0.00'}}