车辆接口更新
This commit is contained in:
@ -264,7 +264,7 @@ export class ReceivableOrderComponent implements OnInit {
|
||||
{ title: '银行水单', index: 'bankreceipt', width: 200 },
|
||||
{ title: '创建时间', index: 'createTime', width: 160 },
|
||||
{ title: '收款人', index: 'driver2IdName', width: 120 },
|
||||
{ title: '创建人', index: 'createUserIdLabel', width: 120 },
|
||||
// { title: '创建人', index: 'createUserIdLabel', width: 120 },
|
||||
{ title: '核销状态', index: 'sts', type: 'enum', enum: { 0: '待核销', 1: '已核销' }, width: 120 },
|
||||
{ title: '核销备注', index: 'remarks', width: 120 },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user