|
|
|
@ -20,7 +20,7 @@ |
|
|
|
|
<nz-form-label [nzSpan]="8">奖池状态</nz-form-label> |
|
|
|
|
<nz-form-control [nzSpan]="14"> |
|
|
|
|
<nz-select nzAllowClear formControlName="status"> |
|
|
|
|
<nz-option nzLabel="不可用" nzValue="0"></nz-option> |
|
|
|
|
<!-- <nz-option nzLabel="不可用" nzValue="0"></nz-option> --> |
|
|
|
|
<nz-option nzLabel="未发放" nzValue="1"></nz-option> |
|
|
|
|
<nz-option nzLabel="已发放" nzValue="2"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
@ -83,8 +83,8 @@ |
|
|
|
|
|
|
|
|
|
<td nzRight="0px" class="table-td-operation"> |
|
|
|
|
<a [routerLink]="['/admin/activity-money/prize-pool-detail']" [queryParams]="{batchIdentifier: data.batchIdentifier}">详情</a> |
|
|
|
|
<nz-divider nzType="vertical"></nz-divider> |
|
|
|
|
<a (click)="disbursementAmount(data.batchIdentifier)">发放</a> |
|
|
|
|
<nz-divider *ngIf="data.status==1" nzType="vertical"></nz-divider> |
|
|
|
|
<a *ngIf="data.status==1" (click)="disbursementAmount(data.batchIdentifier)">发放</a> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|