From ac7fde69c457b3488bbfe2671dbfeb3eeba26414 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 13 八月 2025 10:15:20 +0800 Subject: [PATCH] fix: 灵工管理 --- packages/components/src/Card/TaskCard.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/packages/components/src/Card/TaskCard.vue b/packages/components/src/Card/TaskCard.vue index 254b6c5..e45fad3 100644 --- a/packages/components/src/Card/TaskCard.vue +++ b/packages/components/src/Card/TaskCard.vue @@ -37,7 +37,10 @@ </div> <div class="task-card-actions" v-if="showActions"> <slot name="actions"> - <nut-button v-if="releaseStatus === EnumTaskReleaseStatus.InProcess" type="primary" + <nut-button + v-if="releaseStatus === EnumTaskReleaseStatus.InProcess" + type="primary" + @click="emit('apply', props.id)" >鎶ュ悕</nut-button > </slot> -- Gitblit v1.9.1