|
|
|
@ -92,21 +92,18 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="m-body"> |
|
|
|
<view class="m-body"> |
|
|
|
<image |
|
|
|
<view class="status status3" wx:if="{{patientArchiveInfo.periodOneStatus==1}}"> |
|
|
|
wx:if="{{patientArchiveInfo.periodOneStatus==1}}" |
|
|
|
<image class="icon" src="{{imageUrl}}icon123.png?t={{Timestamp}}"></image> |
|
|
|
class="status" |
|
|
|
<view class="content">待启动</view> |
|
|
|
src="{{imageUrl}}icon103.png?t={{Timestamp}}" |
|
|
|
</view> |
|
|
|
></image> |
|
|
|
<view class="status status2" wx:elif="{{patientArchiveInfo.pperiodOneStatus==2}}"> |
|
|
|
<image |
|
|
|
<image class="icon" src="{{imageUrl}}icon122.png?t={{Timestamp}}"></image> |
|
|
|
wx:elif="{{patientArchiveInfo.periodOneStatus==2}}" |
|
|
|
<view class="content">进行中</view> |
|
|
|
class="status" |
|
|
|
</view> |
|
|
|
src="{{imageUrl}}icon102.png?t={{Timestamp}}" |
|
|
|
<view class="status status1" wx:elif="{{patientArchiveInfo.periodOneStatus==3}}"> |
|
|
|
></image> |
|
|
|
<image class="icon" src="{{imageUrl}}icon121.png?t={{Timestamp}}"></image> |
|
|
|
<image |
|
|
|
<view class="content">已完成</view> |
|
|
|
wx:elif="{{patientArchiveInfo.periodOneStatus==3}}" |
|
|
|
</view> |
|
|
|
class="status" |
|
|
|
|
|
|
|
src="{{imageUrl}}icon101.png?t={{Timestamp}}" |
|
|
|
|
|
|
|
></image> |
|
|
|
|
|
|
|
<view class="detail" wx:if="{{patientArchiveInfo.periodOneStatus==3}}">查看详情</view> |
|
|
|
<view class="detail" wx:if="{{patientArchiveInfo.periodOneStatus==3}}">查看详情</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -139,21 +136,18 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="m-body"> |
|
|
|
<view class="m-body"> |
|
|
|
<image |
|
|
|
<view class="status status3" wx:if="{{patientArchiveInfo.periodTwoStatus==1}}"> |
|
|
|
wx:if="{{patientArchiveInfo.periodTwoStatus==1}}" |
|
|
|
<image class="icon" src="{{imageUrl}}icon123.png?t={{Timestamp}}"></image> |
|
|
|
class="status" |
|
|
|
<view class="content">待启动</view> |
|
|
|
src="{{imageUrl}}icon103.png?t={{Timestamp}}" |
|
|
|
</view> |
|
|
|
></image> |
|
|
|
<view class="status status2" wx:elif="{{patientArchiveInfo.periodTwoStatus==2}}"> |
|
|
|
<image |
|
|
|
<image class="icon" src="{{imageUrl}}icon122.png?t={{Timestamp}}"></image> |
|
|
|
wx:elif="{{patientArchiveInfo.periodTwoStatus==2}}" |
|
|
|
<view class="content">进行中</view> |
|
|
|
class="status" |
|
|
|
</view> |
|
|
|
src="{{imageUrl}}icon102.png?t={{Timestamp}}" |
|
|
|
<view class="status status1" wx:elif="{{patientArchiveInfo.periodTwoStatus==3}}"> |
|
|
|
></image> |
|
|
|
<image class="icon" src="{{imageUrl}}icon121.png?t={{Timestamp}}"></image> |
|
|
|
<image |
|
|
|
<view class="content">已完成</view> |
|
|
|
wx:elif="{{patientArchiveInfo.periodTwoStatus==3}}" |
|
|
|
</view> |
|
|
|
class="status" |
|
|
|
|
|
|
|
src="{{imageUrl}}icon101.png?t={{Timestamp}}" |
|
|
|
|
|
|
|
></image> |
|
|
|
|
|
|
|
<view class="detail" wx:if="{{patientArchiveInfo.periodTwoStatus==3}}">查看详情</view> |
|
|
|
<view class="detail" wx:if="{{patientArchiveInfo.periodTwoStatus==3}}">查看详情</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -175,24 +169,23 @@ |
|
|
|
注射日 |
|
|
|
注射日 |
|
|
|
<view class="tag" wx:if="{{!patientArchiveInfo.injectionDate}}">还未确定注射日</view> |
|
|
|
<view class="tag" wx:if="{{!patientArchiveInfo.injectionDate}}">还未确定注射日</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<div class="date" wx:if="{{patientArchiveInfo.injectionDate}}">{{patientArchiveInfo.injectionDate}}</div> |
|
|
|
<view class="date" wx:if="{{patientArchiveInfo.injectionDate}}"> |
|
|
|
|
|
|
|
{{patientArchiveInfo.injectionDate}} |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="m-body"> |
|
|
|
<view class="m-body"> |
|
|
|
<image |
|
|
|
<view class="status status3" wx:if="{{patientArchiveInfo.periodThreeStatus==1}}"> |
|
|
|
wx:if="{{patientArchiveInfo.periodThreeStatus==1}}" |
|
|
|
<image class="icon" src="{{imageUrl}}icon123.png?t={{Timestamp}}"></image> |
|
|
|
class="status" |
|
|
|
<view class="content">待启动</view> |
|
|
|
src="{{imageUrl}}icon103.png?t={{Timestamp}}" |
|
|
|
</view> |
|
|
|
></image> |
|
|
|
<view class="status status2" wx:elif="{{patientArchiveInfo.periodThreeStatus==2}}"> |
|
|
|
<image |
|
|
|
<image class="icon" src="{{imageUrl}}icon122.png?t={{Timestamp}}"></image> |
|
|
|
wx:elif="{{patientArchiveInfo.periodThreeStatus==2}}" |
|
|
|
<view class="content">进行中</view> |
|
|
|
class="status" |
|
|
|
</view> |
|
|
|
src="{{imageUrl}}icon102.png?t={{Timestamp}}" |
|
|
|
<view class="status status1" wx:elif="{{patientArchiveInfo.periodThreeStatus==3}}"> |
|
|
|
></image> |
|
|
|
<image class="icon" src="{{imageUrl}}icon121.png?t={{Timestamp}}"></image> |
|
|
|
<image |
|
|
|
<view class="content">已完成</view> |
|
|
|
wx:elif="{{patientArchiveInfo.periodThreeStatus==3}}" |
|
|
|
</view> |
|
|
|
class="status" |
|
|
|
|
|
|
|
src="{{imageUrl}}icon101.png?t={{Timestamp}}" |
|
|
|
|
|
|
|
></image> |
|
|
|
|
|
|
|
<view class="detail" wx:if="{{patientArchiveInfo.periodThreeStatus==3}}">查看详情</view> |
|
|
|
<view class="detail" wx:if="{{patientArchiveInfo.periodThreeStatus==3}}">查看详情</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -213,21 +206,18 @@ |
|
|
|
<view class="title">随访计划</view> |
|
|
|
<view class="title">随访计划</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="m-body"> |
|
|
|
<view class="m-body"> |
|
|
|
<image |
|
|
|
<view class="status status3" wx:if="{{patientArchiveInfo.periodFourStatus==1}}"> |
|
|
|
wx:if="{{patientArchiveInfo.periodFourStatus==1}}" |
|
|
|
<image class="icon" src="{{imageUrl}}icon123.png?t={{Timestamp}}"></image> |
|
|
|
class="status" |
|
|
|
<view class="content">待启动</view> |
|
|
|
src="{{imageUrl}}icon103.png?t={{Timestamp}}" |
|
|
|
</view> |
|
|
|
></image> |
|
|
|
<view class="status status2" wx:elif="{{patientArchiveInfo.periodFourStatus==2}}"> |
|
|
|
<image |
|
|
|
<image class="icon" src="{{imageUrl}}icon122.png?t={{Timestamp}}"></image> |
|
|
|
wx:elif="{{patientArchiveInfo.periodFourStatus==2}}" |
|
|
|
<view class="content">进行中</view> |
|
|
|
class="status" |
|
|
|
</view> |
|
|
|
src="{{imageUrl}}icon102.png?t={{Timestamp}}" |
|
|
|
<view class="status status1" wx:elif="{{patientArchiveInfo.periodFourStatus==3}}"> |
|
|
|
></image> |
|
|
|
<image class="icon" src="{{imageUrl}}icon121.png?t={{Timestamp}}"></image> |
|
|
|
<image |
|
|
|
<view class="content">已完成</view> |
|
|
|
wx:elif="{{patientArchiveInfo.periodFourStatus==3}}" |
|
|
|
</view> |
|
|
|
class="status" |
|
|
|
|
|
|
|
src="{{imageUrl}}icon101.png?t={{Timestamp}}" |
|
|
|
|
|
|
|
></image> |
|
|
|
|
|
|
|
<view class="detail" wx:if="{{patientArchiveInfo.periodFourStatus==3}}">查看详情</view> |
|
|
|
<view class="detail" wx:if="{{patientArchiveInfo.periodFourStatus==3}}">查看详情</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view class="btn">待启动</view> --> |
|
|
|
<!-- <view class="btn">待启动</view> --> |
|
|
|
|