diff --git a/dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts b/dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts index 0d005043b7..e614f6663f 100644 --- a/dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts +++ b/dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts @@ -270,6 +270,7 @@ export function useTable() { circle: true, type: 'info', size: 'small', + disabled: !row.host, onClick: () => downloadLog(row.id) }, {