From 38db93088ad45bdcbea52887086f2bd57641f32a Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 17 Feb 2022 11:19:17 +0800 Subject: [PATCH] fix bug --- .../network-freight/network-freight.component.html | 7 ++++++- .../network-freight/network-freight.component.ts | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/routes/sys-setting/components/network-freight/network-freight.component.html b/src/app/routes/sys-setting/components/network-freight/network-freight.component.html index 231c7d69..8ad65105 100644 --- a/src/app/routes/sys-setting/components/network-freight/network-freight.component.html +++ b/src/app/routes/sys-setting/components/network-freight/network-freight.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2021-12-24 15:54:08 * @LastEditors : Shiming - * @LastEditTime : 2022-02-17 10:53:59 + * @LastEditTime : 2022-02-17 11:19:04 * @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\network-freight\\network-freight.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -46,6 +46,11 @@ + +
+ +
this.settingAction(item) + click: item => this.ticket(item) }, { text: '财务设置', @@ -117,7 +117,7 @@ export class NetworkFreightComponent implements OnInit { }, { text: '系统配置', - click: item => this.ticket(item) + click: item => this.settingAction(item) }, // { // text: '合同设置',