|
|
@ -59,7 +59,7 @@ |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th >优惠券名称</th> |
|
|
|
<th >优惠券名称</th> |
|
|
|
<th >优惠券类型</th> |
|
|
|
<th >优惠券类型</th> |
|
|
|
<th >优惠金额</th> |
|
|
|
<!-- <th >优惠金额</th> --> |
|
|
|
<th>用户手机号</th> |
|
|
|
<th>用户手机号</th> |
|
|
|
<th>状态</th> |
|
|
|
<th>状态</th> |
|
|
|
<th >使用时间</th> |
|
|
|
<th >使用时间</th> |
|
|
@ -71,7 +71,7 @@ |
|
|
|
<tr *ngFor="let data of basicTable.data;let i = index"> |
|
|
|
<tr *ngFor="let data of basicTable.data;let i = index"> |
|
|
|
<td>{{data.discountName}}</td> |
|
|
|
<td>{{data.discountName}}</td> |
|
|
|
<td>{{data.discountType | discountType}}</td> |
|
|
|
<td>{{data.discountType | discountType}}</td> |
|
|
|
<td>{{data.discountPrice}}</td> |
|
|
|
<!-- <td>{{data.discountPrice}}</td> --> |
|
|
|
<td>{{data.ext3 | phoneTranslate}}</td> |
|
|
|
<td>{{data.ext3 | phoneTranslate}}</td> |
|
|
|
<td>{{data.status | discountCodeStatus2}}</td> |
|
|
|
<td>{{data.status | discountCodeStatus2}}</td> |
|
|
|
<td>{{data.useTime | date : 'yyyy-MM-dd HH:mm:ss'}}</td> |
|
|
|
<td>{{data.useTime | date : 'yyyy-MM-dd HH:mm:ss'}}</td> |
|
|
|