车辆接口更新

This commit is contained in:
wangshiming
2022-01-20 13:34:31 +08:00
parent 2d3d12bdac
commit 6bfc719245
6 changed files with 76 additions and 71 deletions

View File

@ -257,7 +257,7 @@ export class ReceiptOrderComponent implements OnInit {
{ title: '银行水单', index: 'bankreceipt', width: 200, className: 'text-left' },
{ title: '创建时间', index: 'createTime', type: 'date', width: 200, className: 'text-left' },
{ title: '创建人', index: 'createUserId', width: 150, className: 'text-left' },
{ title: '收款状态', index: 'sts', width: 200, className: 'text-left' },
{ title: '收款状态', index: 'stsLabel', width: 200, className: 'text-left' },
{ title: '收款备注', index: 'remarks', width: 200, className: 'text-left' },
{
title: '操作',