fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-29 17:27:37
|
* @Date : 2021-12-29 17:27:37
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-04-28 19:27:13
|
* @LastEditTime : 2022-04-28 19:28:16
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\modify-captain\\modify-captain.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\modify-captain\\modify-captain.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<img style="height: 20px" [src]="item?.avatar" alt="" />
|
<img style="height: 20px" [src]="item?.avatar" alt="" />
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template st-row="bankList" let-item let-index="index">
|
<ng-template st-row="bankList" let-item let-index="index">
|
||||||
<nz-select [(ngModel)]="bankData" style="width: 200px">
|
<nz-select [(ngModel)]="bankData" style="width: 300px">
|
||||||
<nz-option *ngFor="let i of item.bankList" [nzLabel]="i.bankName + '/'+i.bankCardNumber" [nzValue]="i.id"></nz-option>
|
<nz-option *ngFor="let i of item.bankList" [nzLabel]="i.bankName + '/'+i.bankCardNumber" [nzValue]="i.id"></nz-option>
|
||||||
</nz-select>
|
</nz-select>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|||||||
Reference in New Issue
Block a user