订单
{{ order.order_sn }}
{{ order.type == 1 ? '完成订单' : '部分退款订单' }}
实际营收
{{ order.platform_income }}
茶艺师
{{ order.teamaster_user.nickname }}
{{ order.teamaster_user.mobile }}
{{ order.tea_master_commission }}
合伙人
{{ order.parten.name }}
{{ order.parten.account }}
{{ order.city_partner_commission }}
经济人
{{ order.broker.name }}
{{ order.broker.account }}
{{ order.tea_master_agent_commission }}
茶室
{{ order.tea_store.name }}
{{ order.tea_store.contact_phone }}
{{ order.tea_store.province }} {{ order.tea_store.city }} {{
order.tea_store.district }} {{ order.tea_store.address }}
{{ order.tea_room_commission }}
平台
{{ order.platform_commission }}
用户信息
{{ order.user.nickname }}
{{ order.user.mobile }}