This commit is contained in:
wangshiming
2022-05-05 14:16:17 +08:00
parent c80e7aedc2
commit cbef5df450

View File

@ -127,6 +127,7 @@ export class ParterChannelSalesListComponent implements OnInit {
{
text: '编辑',
acl: { ability: ['channelSales-edit'] },
iif: (item) => {return item.stateLocked == false},
click: (_record, _modal, _instance) => this.edit(_record),
},
{