fix bug
This commit is contained in:
@ -38,8 +38,8 @@ export class WaybillManagementBulkeDetailComponent implements OnInit {
|
||||
modalTitle: string = '';
|
||||
unLoadingPlaceVOList: any = [];
|
||||
logColumns2: STColumn[] = [
|
||||
{ title: '时间', index: 'parkBte' },
|
||||
{ title: '地点', index: 'parkAdr' }
|
||||
{ title: '停车时间', index: 'parkBte' },
|
||||
{ title: '停车地点', index: 'parkAdr' }
|
||||
];
|
||||
logColumns: STColumn[] = [
|
||||
{ title: '款项', index: 'costCodeLabel' },
|
||||
|
||||
Reference in New Issue
Block a user