车辆接口更新
This commit is contained in:
@ -106,9 +106,13 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
|
||||
ui: { placeholder: '请输入' }
|
||||
},
|
||||
exceptionType: {
|
||||
type: 'string',
|
||||
title: '异常类型',
|
||||
ui: { placeholder: '请输入' }
|
||||
type: 'string',
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
containsAllLable: true,
|
||||
params: { dictKey: 'exception:report:type' },
|
||||
} as SFSelectWidgetSchema
|
||||
},
|
||||
shipperAppUserId: {
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user