@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
团单ID | 参与活动/活动编码 | 产品名称/产品编码 | 发起客户昵称/发起客户编码 | 商业公司 | 拼团状态 | 开始时间 | 结束时间 | 修改时间 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$a['id']}} | {{$a['active_name']}} {{$a['active_code']}} |
{{$a['product_name']}} {{$a['product_code']}} |
@if( $a['custom_uid'])
{{$a['username']}} {{$a['custom_code']}} @else 商家发起 @endif |
{{$a['business_name']}} | @if( $a['status'] == 1 ) 拼团中 @endif @if( $a['status'] == 2 ) 拼团失败 @endif @if( $a['status'] == 3 ) 拼团成功 @endif | {{date('Y/m/d H:i:s',$a['start_time'])}} | {{date('Y/m/d H:i:s',$a['end_time'])}} | {{date('Y/m/d H:i:s',$a['update_time'])}} | |||||||||||
{{$list->render()}} | |||||||||||||||||||
总计 {{$list->total()}} 个商店 |