|
@@ -334,26 +334,6 @@
|
334
|
334
|
</nz-form-control>
|
335
|
335
|
</ng-container>
|
336
|
336
|
</ng-container>
|
337
|
|
- <ng-container *ngSwitchCase="'scanCodeSpecimenOrderSign'">
|
338
|
|
- <nz-form-label
|
339
|
|
- [nzSpan]="24"
|
340
|
|
- [nzFor]="config.key"
|
341
|
|
- class="label"
|
342
|
|
- [nzRequired]="config.required"
|
343
|
|
- >{{config.desc}}</nz-form-label
|
344
|
|
- >
|
345
|
|
- <nz-form-control
|
346
|
|
- [nzSpan]="24"
|
347
|
|
- [nzErrorTip]="'请选择!'"
|
348
|
|
- >
|
349
|
|
- <nz-radio-group
|
350
|
|
- [formControlName]="config.key"
|
351
|
|
- >
|
352
|
|
- <label nz-radio nzValue="1">是</label>
|
353
|
|
- <label nz-radio nzValue="0">否</label>
|
354
|
|
- </nz-radio-group>
|
355
|
|
- </nz-form-control>
|
356
|
|
- </ng-container>
|
357
|
337
|
<ng-container *ngSwitchCase="'allowNucleicAcidPrinting'">
|
358
|
338
|
<nz-form-label
|
359
|
339
|
[nzSpan]="24"
|