| | |
| | | <div class="box_1"> |
| | | <div class="userinfo"> |
| | | <div class="name" v-if="patientInfo.patientInfo.patientName !== undefined">{{patientInfo.patientInfo.patientName}}</div> |
| | | <div class="userCode">卡号:{{patientInfo.patientInfo.patientCardNo}} </div> |
| | | <div class="userCode">透析号:{{patientInfo.patientInfo.patientHemoCode}} </div> |
| | | <div class="userQRcode"> |
| | | <img |
| | | style=" width: 60px;height: 60px;margin-left: 8%; margin-top: 20px;" |
| | | referrerpolicy="no-referrer" |
| | | :src="patientInfo.patientInfo.patientAvatarIcon" |
| | | :src="patientInfo.patientInfo.patientQrcodeUrl" |
| | | /> |
| | | </div> |
| | | </div> |
| | |
| | | round |
| | | width="78px" |
| | | height="78px" |
| | | :src="Info.headimgurl" |
| | | :src="patientInfo.patientInfo.patientAvatarIcon" |
| | | /> |
| | | </div> |
| | | <div class="meuns"> |
| | |
| | | const 最近体重血压=computed(() => { |
| | | return userInfo.最近体重血压 |
| | | }) |
| | | const Info=computed(() => { |
| | | return userInfo.info |
| | | }) |
| | | // const Info=computed(() => { |
| | | // return userInfo.info |
| | | // }) |
| | | watch( |
| | | ()=>patientInfo, |
| | | ()=>{ |