From 9c9b45f96ad2e8730ab36eac53cf85c956f9c519 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Tue, 8 Mar 2022 19:39:21 +0800 Subject: [PATCH] fix bug --- .../network-freight/network-freight.component.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts b/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts index cbf5bea9..c9a89f61 100644 --- a/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts +++ b/src/app/routes/sys-setting/components/network-freight/network-freight.component.ts @@ -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 } }, }; }