订单流水
搜索
{{scope.row.user.nickname}}
{{scope.row.mobile == null || scope.row.mobile == '' ? scope.row.user.mobile : scope.row.mobile}}
{{scope.row.created_at|dateTimeFormat('Y-m-d H:i:s')}}
{{order_status_map[scope.row.order_status] ? order_status_map[scope.row.order_status] : '未知状态'}}