车辆对接

This commit is contained in:
wangshiming
2022-01-13 17:10:40 +08:00
parent db8208f63f
commit 03af0d2dfb
9 changed files with 83 additions and 47 deletions

View File

@ -358,8 +358,14 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
type: 'string',
title: '货物价值',
ui: {
widget: 'custom',
placeholder: '请输入'
widget: 'custom'
}
},
insureInfo: {
type: 'string',
title: '',
ui: {
widget: 'custom'
}
}
},
@ -368,7 +374,7 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
this.ui5 = {
'*': {
spanLabelFixed: 90,
grid: { span: 24 }
grid: { span: 12 }
}
};
}