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