fix: code lint warn
This commit is contained in:
@@ -196,7 +196,7 @@ export function useGridColumns<T = InfraJobApi.Job>(
|
||||
text: '暂停',
|
||||
show: (row: any) =>
|
||||
hasAccessByCodes(['infra:job:update']) &&
|
||||
row.status == InfraJobStatusEnum.NORMAL,
|
||||
row.status === InfraJobStatusEnum.NORMAL,
|
||||
},
|
||||
{
|
||||
code: 'trigger',
|
||||
|
||||
Reference in New Issue
Block a user