解决冲突
This commit is contained in:
@ -110,12 +110,12 @@ export class ParterLevelConfigListComponent implements OnInit {
|
||||
{
|
||||
text: '禁用',
|
||||
click: (_record, _modal, _instance) => this.stop(_record),
|
||||
iif: item => !item.stateLocked
|
||||
iif: item => item.stateLocked
|
||||
},
|
||||
{
|
||||
text: '启用',
|
||||
click: (_record, _modal, _instance) => this.restart(_record),
|
||||
iif: item => item.stateLocked
|
||||
iif: item => !item.stateLocked
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user