feat: 移除工作流任务卡片的禁用状态

This commit is contained in:
jxxghp
2025-02-28 18:18:24 +08:00
parent b84b0f229f
commit f4ec2029d9

View File

@@ -145,7 +145,7 @@ const resolveProgress = (item: Workflow) => {
</script>
<template>
<div class="h-full">
<VCard class="mx-auto h-full" @click="handleFlow(workflow)" :ripple="false" :loading="loading" :disabled="loading">
<VCard class="mx-auto h-full" @click="handleFlow(workflow)" :ripple="false" :loading="loading">
<VCardItem class="py-3" :class="`bg-${resolveStatusVariant(workflow?.state).color}`">
<template #prepend>
<VAvatar variant="text" class="me-2">