|
@@ -229,7 +229,7 @@
|
229
|
229
|
<label nz-radio nzValue='0'>否</label>
|
230
|
230
|
</nz-radio-group>
|
231
|
231
|
</div>
|
232
|
|
- <div class="mb8 w100" *ngIf="association['id'] == 256 || association['id'] == 380">
|
|
232
|
+ <div class="mb8 w100" *ngIf="association['id'] == 380">
|
233
|
233
|
<nz-form-label class="label" nzRequired>是否允许数字交接</nz-form-label>
|
234
|
234
|
<nz-radio-group class="handlerType" [(ngModel)]="isDigitalHandover">
|
235
|
235
|
<label nz-radio nzValue='1'>是</label>
|