fix bug
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<page-header-wrapper [title]="'开票订单明细'" [logo]="logo">
|
||||
<page-header-wrapper [title]="'司机账户明细'" [logo]="logo">
|
||||
<ng-template #logo>
|
||||
<button nz-button nz-tooltip nzTooltipTitle="返回上一页" (click)="goBack()">
|
||||
<i nz-icon nzType="left" nzTheme="outline"></i>
|
||||
|
||||
@ -133,7 +133,7 @@ export class DriverAccountDetailComponent implements OnInit {
|
||||
nzShowTime: true
|
||||
} as SFDateWidgetSchema
|
||||
},
|
||||
transactionNumber: {
|
||||
channelPaySn: {
|
||||
type: 'string',
|
||||
title: '流水号',
|
||||
ui: {
|
||||
@ -142,7 +142,7 @@ export class DriverAccountDetailComponent implements OnInit {
|
||||
},
|
||||
businessNumber: {
|
||||
type: 'string',
|
||||
title: '关联单号',
|
||||
title: '交易单号',
|
||||
ui: {
|
||||
placeholder: '请输入'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user