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