1 line
947 B
Plaintext
1 line
947 B
Plaintext
<view class="app"><block wx:if="{{$root.g0>0}}"><view><block wx:for="{{myFollowUpdata}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['changefollow',['$0'],[[['myFollowUpdata','',index]]]]]]]}}" class="body" bindtap="__e"><view class="follow">随访时间:<label class="time _span">{{item.followDate?item.followDate:'暂无'}}</label></view><view class="follow"><label class="_span"></label>随访方式:<label class="time _span">{{''+(item.taskNodeType=='PHONE_OUTBOUND'?'电话外呼':'')+"\n\t\t\t\t\t"+(item.taskNodeType=='QUESTIONNAIRE_SCALE'?'问卷量表':'')+''}}</label></view><view class="follow">随访名称:<label class="time _span">{{item.followName?item.followName:'暂无'}}</label></view></view></block></view></block><block wx:else><view class="noorder"><u-empty vue-id="21867120-1" mode="data" icon-size="220" text="暂无内容" bind:__l="__l"></u-empty></view></block></view> |