wupengfei
3 天以前 de293a97f85c2d8d553ed6be8d88837ef29f6d72
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] }"