This commit is contained in:
wangshiming
2022-05-09 14:26:50 +08:00
parent 2e00998b54
commit bec7346927

View File

@ -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),
}, },