|
@@ -31,8 +31,8 @@
|
|
|
<td class='list-table-check-td think-checkbox'><input class="list-check-box" value='{$vo.id}' type='checkbox'></td>
|
|
|
<td class='text-left nowrap'>{$vo.id|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.title|default=''}</td>
|
|
|
- <td class='text-left nowrap'>{$vo.low_amount|default=''}</td>
|
|
|
- <td class='text-left nowrap'>{$vo.amount|default=''}</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.low_amount}</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.coupon_type == 1 ? $vo.amount : '--'}</td>
|
|
|
<td class='text-left nowrap'>{$vo.low_day|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.user_num|default=''}</td>
|
|
|
<td class='text-left nowrap'>{$vo.create_at|default=''}</td>
|