车辆接口更新

This commit is contained in:
wangshiming
2022-01-20 17:45:30 +08:00
parent 7e498fe364
commit ba4d1e9217
3 changed files with 6 additions and 7 deletions

View File

@ -223,7 +223,7 @@ export class ReceiptOrderComponent implements OnInit {
return [
{ title: '', index: 'key', type: 'checkbox', width: 60, fixed: 'left', className: 'text-center' },
{ title: '收款单号', index: 'brmcode', type: 'link', width: 180, className: 'text-left' },
{ title: '网络货运人', index: 'ltdId', width: 200, className: 'text-left' },
{ title: '网络货运人', index: 'ltdName', width: 200, className: 'text-left' },
{ title: '到账日期', index: 'brmdate', type: 'date', width: 200, className: 'text-left' },
{ title: '收款账户', index: 'ltdaccountId', width: 200, className: 'text-left' },
{