From 352267c1831a98d33221d3aa8801b2e022bc4bf7 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 14 Dec 2024 08:44:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug=E4=BF=AE=E5=A4=8D=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/health/healthRecord/list.vue | 10 +++++----- src/pages/health/person/list.vue | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/health/healthRecord/list.vue b/src/pages/health/healthRecord/list.vue index fc9406a..3f40c18 100644 --- a/src/pages/health/healthRecord/list.vue +++ b/src/pages/health/healthRecord/list.vue @@ -75,20 +75,20 @@ + :text="item.name+'-'+dictStr(item.type,typeList)+'-'+dictStr(item.state, stateList) " size="30rpx" color="#333333" :bold="true"> 人员名称: {{ item.personName }} - + + 发生时间: {{ item.occurTime }} diff --git a/src/pages/health/person/list.vue b/src/pages/health/person/list.vue index 9bd49f6..cdf51a9 100644 --- a/src/pages/health/person/list.vue +++ b/src/pages/health/person/list.vue @@ -14,16 +14,16 @@ + :text="item.name+'('+item.nickName+')-'+dictStr(item.type,typeList) +'-'+item.age" size="30rpx" color="#333333" :bold="true"> - + 生日: {{ item.birthday }}