zhengyiming
3 天以前 d430217a9a3eee2104a2795de27298922ec7f82c
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] }"