diff --git a/src/app/routes/order-management/components/abnormal-warning/abnormal-warning.component.ts b/src/app/routes/order-management/components/abnormal-warning/abnormal-warning.component.ts index 1ee83092..68867622 100644 --- a/src/app/routes/order-management/components/abnormal-warning/abnormal-warning.component.ts +++ b/src/app/routes/order-management/components/abnormal-warning/abnormal-warning.component.ts @@ -128,7 +128,7 @@ export class OrderManagementAbnormalWarningComponent implements OnInit { containsAllLabel: true, } as SFSelectWidgetSchema }, - shipperAppUserId: { + shipperId: { type: 'string', title: '货主', ui: { @@ -180,7 +180,7 @@ export class OrderManagementAbnormalWarningComponent implements OnInit { } } }, - carNo: { + carNos: { title: '车牌号', type: 'string', ui: {