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 }}