From ebd93126bdeac75c292f39a74d43c5244d49f78f Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Mon, 22 Apr 2024 13:53:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=EF=BC=9A-=20-=E7=9A=84=E6=B7=BB?= =?UTF-8?q?=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) - : "-" + : "- -" }} From 63d49a6ef3fb87fa6ac4cefa9f7e9d91c5d202c1 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Mon, 22 Apr 2024 15:04:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=E5=9B=BE=E7=89=87=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E6=B2=89=E6=B5=B8=E6=A8=A1=E5=BC=8F=20=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=85=AC=E5=91=8A=E5=90=8D=E5=AD=97=20=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=85=AC=E5=91=8A=E5=9B=9E=E6=98=BE=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/message.ts | 4 ++-- src/views/message/content/List.vue | 1 + src/views/worksheet/content/Content.vue | 32 ++++++++++++++----------- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/router/modules/message.ts b/src/router/modules/message.ts index af1bca1..dd1a1d3 100644 --- a/src/router/modules/message.ts +++ b/src/router/modules/message.ts @@ -1,5 +1,5 @@ -import type { RouteRecordRaw } from 'vue-router' import { Layout } from '@/router/constant' +import type { RouteRecordRaw } from 'vue-router' /** * @param name 路由名称, 必须设置,且不能重名 @@ -40,7 +40,7 @@ const routes: Array = [ path: 'message-detail', name: 'message-detail', meta: { - title: 'message', + title: '消息公告', }, component: () => import('@/views/message/content/Detail.vue'), }, diff --git a/src/views/message/content/List.vue b/src/views/message/content/List.vue index c22f2b0..084a9c5 100644 --- a/src/views/message/content/List.vue +++ b/src/views/message/content/List.vue @@ -452,6 +452,7 @@ console.log(tabList) text-align: left; color: #666666; line-height: 25px; + margin-bottom: 15px; } .subtitle { diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index 5111831..16c386b 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -576,7 +576,7 @@ defineExpose({