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