fix bug
This commit is contained in:
@ -101,7 +101,7 @@ export class NetworkFreightComponent implements OnInit {
|
||||
buttons: [
|
||||
{
|
||||
text: '基础设置',
|
||||
click: item => 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: '合同设置',
|
||||
|
||||
Reference in New Issue
Block a user