fix bug
This commit is contained in:
@ -129,24 +129,29 @@ export class NetworkFreightComponent implements OnInit {
|
||||
{ type: 'divider' },
|
||||
{
|
||||
text: '基础设置<br>',
|
||||
click: item => this.creat(item)
|
||||
click: item => this.creat(item),
|
||||
acl: { ability: ['SYSTEM-NETWORK-FREIGHT-basicSetting'] },
|
||||
},
|
||||
{
|
||||
text: '财务设置<br>',
|
||||
click: item => this.ticket(item)
|
||||
click: item => this.ticket(item),
|
||||
acl: { ability: ['SYSTEM-NETWORK-FREIGHT-finanical'] },
|
||||
},
|
||||
{
|
||||
text: '充值账户<br>',
|
||||
click: item => this.settingPay(item)
|
||||
click: item => this.settingPay(item),
|
||||
acl: { ability: ['SYSTEM-NETWORK-FREIGHT-TOPUP'] },
|
||||
},
|
||||
{
|
||||
text: '应用设置<br>',
|
||||
click: item => this.settingApp(item)
|
||||
click: item => this.settingApp(item),
|
||||
acl: { ability: ['SYSTEM-NETWORK-FREIGHT-APPLY'] },
|
||||
},
|
||||
|
||||
{
|
||||
text: '系统配置<br>',
|
||||
click: item => this.settingAction(item)
|
||||
click: item => this.settingAction(item),
|
||||
acl: { ability: ['SYSTEM-NETWORK-FREIGHT-SYSTEMCONFIG'] },
|
||||
},
|
||||
// {
|
||||
// text: '合同设置',
|
||||
|
||||
Reference in New Issue
Block a user