From ebd93126bdeac75c292f39a74d43c5244d49f78f Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Mon, 22 Apr 2024 13:53:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A-=20-=E7=9A=84=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/content/Content.vue | 4 ++-- src/views/worksheet/content/Content.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 16aa056..7b79462 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -887,7 +887,7 @@ function nodrage(){
- {{ taskDetailInfo?.ocrPicture?.photoDateTimestamp ?? "-" }} + {{ taskDetailInfo?.ocrPicture?.photoDateTimestamp ?? "- -" }}
@@ -895,7 +895,7 @@ function nodrage(){ {{ taskDetailInfo?.ocrPicture?.submitDateTimestamp ? formatToDateHMS(Number(taskDetailInfo.ocrPicture.submitDateTimestamp)) - : "-" + : "- -" }}
diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index e2db64f..5111831 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -869,7 +869,7 @@ defineExpose({ {{ item.submitDateTimestamp ? formatToDateHMS(Number(item.submitDateTimestamp) || 0) - : "-" + : "- -" }} -- 2.39.3