@extends('layout.index') @section('content')
订单ID | 订单号 | 快递单号 | 订单金额 | 下单时间 | 状态 | 操作 | |
---|---|---|---|---|---|---|---|
{{$v['id']}} | {{$v['order_num']}} | @if($v['courier_number']=='')暂无单号 | @else{{$v['courier_number']}} | @endif{{$v['total']}} | {{$v['created_at']}} | {{showOrderState($v['status'])}} | 查看详情 @if($v['status'] == 2) 点击发货 @elseif($v['status'] == 3) 查看物流 @endif |