This commit is contained in:
wangshiming
2022-02-17 11:19:17 +08:00
parent 5a6b684e76
commit 38db93088a
2 changed files with 8 additions and 3 deletions

View File

@ -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: '合同设置',