|
@@ -11,7 +11,6 @@
|
|
|
</th>
|
|
|
<th class='text-left nowrap'>用户昵称</th>
|
|
|
<th class='text-left nowrap'>优惠券名称</th>
|
|
|
- <th class='text-left nowrap'>类型</th>
|
|
|
<th class='text-left nowrap'>限制时间</th>
|
|
|
<th class='text-left nowrap'>优惠金额</th>
|
|
|
<th class="text-center">状态</th>
|
|
@@ -34,13 +33,6 @@
|
|
|
|
|
|
{$vo.title|default=''}
|
|
|
</td>
|
|
|
- <td class='text-left nowrap'>
|
|
|
- {if $vo.is_new==1}
|
|
|
- 新人券
|
|
|
- {else}
|
|
|
- 非新人券
|
|
|
- {/if}
|
|
|
- </td>
|
|
|
|
|
|
<td class='text-left nowrap'>
|
|
|
{$vo.start} 至 {$vo.end}
|