|
@@ -8,7 +8,7 @@
|
|
|
[nzSm]="12"
|
|
|
[nzXs]="12"
|
|
|
>
|
|
|
- <nz-input-group nzSearch [nzAddOnAfter]="autoButton">
|
|
|
+ <nz-input-group nzSearch>
|
|
|
<input
|
|
|
type="number"
|
|
|
nz-input
|
|
@@ -16,11 +16,11 @@
|
|
|
placeholder="请输入国际标准书号,仅可输入数字"
|
|
|
/>
|
|
|
</nz-input-group>
|
|
|
- <ng-template #autoButton>
|
|
|
+ <!-- <ng-template #autoButton>
|
|
|
<button (click)="autoCompleteByISBN()" nz-button nzType="primary">
|
|
|
获取教材信息
|
|
|
</button>
|
|
|
- </ng-template>
|
|
|
+ </ng-template> -->
|
|
|
</nz-form-control>
|
|
|
</nz-form-item>
|
|
|
<nz-form-item style="margin-bottom: 16px">
|