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