|
|
|
@ -73,16 +73,17 @@ |
|
|
|
|
(nzPageSizeChange)="getRequest(false , searchForm.value)"> |
|
|
|
|
<thead nzSingleSort> |
|
|
|
|
<tr> |
|
|
|
|
<th nzWidth="50px">编号</th> |
|
|
|
|
<th nzWidth="80px">优惠券KEY</th> |
|
|
|
|
<th nzWidth="80px">优惠券名称</th> |
|
|
|
|
<th nzWidth="80px">优惠券类型</th> |
|
|
|
|
<th nzWidth="70px">优惠内容</th> |
|
|
|
|
<th nzWidth="70px">有效天数</th> |
|
|
|
|
<th nzWidth="60px">编号</th> |
|
|
|
|
<th nzWidth="150px">优惠券KEY</th> |
|
|
|
|
<th nzWidth="130px">优惠券名称</th> |
|
|
|
|
<th nzWidth="100px">优惠券类型</th> |
|
|
|
|
<th nzWidth="100px">优惠内容</th> |
|
|
|
|
<th nzWidth="100px">有效天数</th> |
|
|
|
|
<th nzWidth="100px">可领取次数</th> |
|
|
|
|
<th nzWidth="100px">截止日期</th> |
|
|
|
|
<th nzWidth="100px">创建时间</th> |
|
|
|
|
<th nzWidth="100px">状态</th> |
|
|
|
|
<th nzWidth="80px" nzRight="0px">操作</th> |
|
|
|
|
<th nzWidth="110px" nzRight="0px">操作</th> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
|
<tbody> |
|
|
|
@ -103,8 +104,9 @@ |
|
|
|
|
</span> |
|
|
|
|
</td> |
|
|
|
|
<td>{{data.effectiveDay}}</td> |
|
|
|
|
<td>{{data.salesEndTime | date: 'yyyy-MM-dd HH:mm'}}</td> |
|
|
|
|
<td>{{data.createTime}}</td> |
|
|
|
|
<td>{{data.receiveNumber}}</td> |
|
|
|
|
<td>{{data.salesEndTime | date: 'yyyy-MM-dd HH:mm:ss'}}</td> |
|
|
|
|
<td>{{data.createTime | date: 'yyyy-MM-dd HH:mm:ss'}}</td> |
|
|
|
|
<td>{{data.status | discountStatus}}</td> |
|
|
|
|
<td nzRight="0px" class="table-td-operation"> |
|
|
|
|
<!-- <a (click)="getEdit(data.id)"><i nz-icon nzType="form" nzTheme="outline" nz-tooltip="编辑"></i></a>--> |
|
|
|
|