fix bug
This commit is contained in:
@ -125,10 +125,13 @@ export class NetworkFreightComponent implements OnInit {
|
||||
text: '应用设置',
|
||||
click: item => this.settingApp(item)
|
||||
},
|
||||
|
||||
{
|
||||
text: '系统配置',
|
||||
click: item => this.settingAction(item)
|
||||
}
|
||||
},
|
||||
{ type: 'divider' },
|
||||
|
||||
// {
|
||||
// text: '合同设置',
|
||||
// click: item => this.roleAction(item, 2)
|
||||
@ -327,7 +330,7 @@ export class NetworkFreightComponent implements OnInit {
|
||||
]
|
||||
};
|
||||
this.ui3 = {
|
||||
'*': { spanLabelFixed: 120, grid: { span: 24 } },
|
||||
'*': { spanLabelFixed: 150, grid: { span: 24 } },
|
||||
'$taxClassificationVersion': { spanLabelFixed: 150, grid: { span: 24 } },
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user