fix: code lint warn

This commit is contained in:
xingyu4j
2025-04-24 17:56:02 +08:00
parent e702e4aba0
commit 29aa44c540
12 changed files with 32 additions and 23 deletions

View File

@@ -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',