|
@@ -133,7 +133,7 @@
|
133
|
133
|
</nz-radio-group>
|
134
|
134
|
</div>
|
135
|
135
|
<div class="mb8 w100"
|
136
|
|
- *ngIf="!(association['id'] == 255||association['id'] == 256||association['id'] == 257||association['id'] == 258||association['id'] == 260||association['id'] == 380)">
|
|
136
|
+ *ngIf="!(association['id'] == 255||association['id'] == 257||association['id'] == 258||association['id'] == 260||association['id'] == 380)">
|
137
|
137
|
<nz-form-label class="label" nzRequired>是否需要备注信息</nz-form-label>
|
138
|
138
|
<nz-radio-group class="handlerType" [(ngModel)]="isRemarks">
|
139
|
139
|
<label nz-radio nzValue='1'>是</label>
|