From a10592de9fe37dd97f3113cb8c56b071d12b4bb5 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 06 十一月 2025 13:39:22 +0800
Subject: [PATCH] fix: 修改用户协议
---
packages/components/src/Card/TaskCheckHistoryCard.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/packages/components/src/Card/TaskCheckHistoryCard.vue b/packages/components/src/Card/TaskCheckHistoryCard.vue
index ef9135a..5e3d361 100644
--- a/packages/components/src/Card/TaskCheckHistoryCard.vue
+++ b/packages/components/src/Card/TaskCheckHistoryCard.vue
@@ -11,7 +11,7 @@
<template #time v-if="!!checkTime">
{{ dayjs(checkTime).format('HH:mm') }}
</template>
- <template #actions>
+ <template #actions v-if="!!type">
<div
class="task-check-card-phone-status"
:style="{ color: EnumTaskUserSubmitCheckHistoryTypeColor[type] }"
--
Gitblit v1.10.0