This commit is contained in:
wangshiming
2022-03-08 19:39:21 +08:00
parent 75e4c51846
commit 9c9b45f96a

View File

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