车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 15:52:33 +08:00
parent 175e48816a
commit 321d14e9df
2 changed files with 3 additions and 3 deletions

View File

@ -238,7 +238,7 @@ export class OrderManagementBulkComponent implements OnInit {
} }
} }
}, },
captainName: { carCaptainName: {
title: '车队长', title: '车队长',
type: 'string', type: 'string',
ui: { ui: {
@ -247,7 +247,7 @@ export class OrderManagementBulkComponent implements OnInit {
} }
} }
}, },
paymentstatus: { paymentStatus: {
title: '支付状态', title: '支付状态',
type: 'string', type: 'string',
ui: { ui: {

View File

@ -239,7 +239,7 @@ resourceStatus: any;
} }
} }
}, },
captainName: { carCaptainName: {
title: '车队长', title: '车队长',
type: 'string', type: 'string',
ui: { ui: {