|
|
@ -101,7 +101,6 @@ |
|
|
|
<th nzWidth="50px">编号</th> |
|
|
|
<th nzWidth="50px">编号</th> |
|
|
|
<th nzWidth="150px">卡券编号</th> |
|
|
|
<th nzWidth="150px">卡券编号</th> |
|
|
|
<th nzWidth="160px">卡券名称</th> |
|
|
|
<th nzWidth="160px">卡券名称</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> |
|
|
@ -116,7 +115,6 @@ |
|
|
|
<td>{{i+1}}</td> |
|
|
|
<td>{{i+1}}</td> |
|
|
|
<td>{{data.couponKey}}</td> |
|
|
|
<td>{{data.couponKey}}</td> |
|
|
|
<td>{{data.couponName}}</td> |
|
|
|
<td>{{data.couponName}}</td> |
|
|
|
<td>¥{{data.couponPrice}}</td> |
|
|
|
|
|
|
|
<td>¥{{data.salesPrice}}</td> |
|
|
|
<td>¥{{data.salesPrice}}</td> |
|
|
|
<td>{{data.stockCount}}</td> |
|
|
|
<td>{{data.stockCount}}</td> |
|
|
|
<td>{{data.couponType === 1 ? '内部卷' : '外部卷'}}</td> |
|
|
|
<td>{{data.couponType === 1 ? '内部卷' : '外部卷'}}</td> |
|
|
|