zhengyiming
4 天以前 dcd0d6b23d722a9016a6d1a98557eb5f9e18e4a2
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] }"