diff --git a/src/components/TaskCard.vue b/src/components/TaskCard.vue index d3dc8d6..ff329dd 100644 --- a/src/components/TaskCard.vue +++ b/src/components/TaskCard.vue @@ -20,17 +20,20 @@ const {data} = defineProps({ 任务编号:{{ data.uid }} - + {{ dayjs(data.time).format('MM-DD-HH:mm') }} 后可开始回填 + + 回填倒计时: + + + 审核倒计时: + {{ data.time }} - - 审核倒计时: - diff --git a/src/components/XCountdown.vue b/src/components/XCountdown.vue index ddb87bb..8893db5 100644 --- a/src/components/XCountdown.vue +++ b/src/components/XCountdown.vue @@ -1,25 +1,39 @@