测试
This commit is contained in:
@@ -85,8 +85,8 @@
|
|||||||
<th>原始金额</th>
|
<th>原始金额</th>
|
||||||
<th>优惠的金额</th>
|
<th>优惠的金额</th>
|
||||||
<th>支付金额</th>
|
<th>支付金额</th>
|
||||||
<th>券码生效时间</th>
|
{{-- <th>券码生效时间</th>--}}
|
||||||
<th>券码过期时间</th>
|
{{-- <th>券码过期时间</th>--}}
|
||||||
<th>门店号</th>
|
<th>门店号</th>
|
||||||
<th>状态</th>
|
<th>状态</th>
|
||||||
<th>核销时间</th>
|
<th>核销时间</th>
|
||||||
@@ -102,8 +102,8 @@
|
|||||||
<td>{{ $coupon->orig_amt/100 }}</td>
|
<td>{{ $coupon->orig_amt/100 }}</td>
|
||||||
<td>{{ $coupon->discount_amt/100 }}</td>
|
<td>{{ $coupon->discount_amt/100 }}</td>
|
||||||
<td>{{ $coupon->pay_amt/100 }}</td>
|
<td>{{ $coupon->pay_amt/100 }}</td>
|
||||||
<td>{{ $coupon->effective_date_time }}</td>
|
{{-- <td>{{ $coupon->effective_date_time }}</td>--}}
|
||||||
<td>{{ $coupon->expire_date_time }}</td>
|
{{-- <td>{{ $coupon->expire_date_time }}</td>--}}
|
||||||
<td>{{ $coupon->shop_no }}</td>
|
<td>{{ $coupon->shop_no }}</td>
|
||||||
<td>{{ $coupon->status_text }}</td>
|
<td>{{ $coupon->status_text }}</td>
|
||||||
<td>{{ $coupon->updated_at }}</td>
|
<td>{{ $coupon->updated_at }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user