fix bug
This commit is contained in:
@ -136,7 +136,7 @@ export class ParterChannelSalesListComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
text: '启用',
|
||||
acl: { ability: ['channelSales-frozen'] },
|
||||
acl: { ability: ['channelSales-open'] },
|
||||
iif: (item) => {return item.stateLocked == true},
|
||||
click: (_record, _modal, _instance) => this.open(_record),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user