| 1 |
- <view id="safeAccess" class="data-v-128d8d9c"><scroll-view class="info-max-box data-v-128d8d9c" scroll-y="{{true}}" data-event-opts="{{[['scrolltolower',[['scrollGet',['$event']]]]]}}" bindscrolltolower="__e"><block wx:for="{{dataList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goInfoPage',['$0'],[[['dataList','',index]]]]]]]}}" class="for-box data-v-128d8d9c" bindtap="__e"><view class="name-box data-v-128d8d9c"><view class="{{['data-v-128d8d9c',item.auditStatus==0?'typeColor1':item.auditStatus==1?'typeColor2':item.auditStatus==2?'typeColor3':'']}}">{{''+(item.auditStatus==0?'待审核':item.auditStatus==1?'未通过':item.auditStatus==2?'已通过':'')+''}}</view><view class="data-v-128d8d9c">{{item.subName+(item.roomNum?'('+item.roomNum+')':'')+"准入申请"}}</view></view><view class="time-box data-v-128d8d9c"><view class="data-v-128d8d9c"></view><view class="data-v-128d8d9c">{{''+(item.auditStatus==0?'申请时间:'+item.creatTime:item.auditStatus==1?'审核未通过时间:'+item.rejectTime:item.auditStatus==2?'有效期:'+item.auditTime+' 至 '+item.validEndTime:'')+''}}</view></view></view></block><block wx:if="{{!dataList[0]}}"><image style="width:300rpx;height:300rpx;margin:200rpx auto 0rpx;display:block;" src="{{$root.m0}}" class="_img data-v-128d8d9c"></image></block><block wx:if="{{!dataList[0]}}"><view class="get-null-box data-v-128d8d9c">暂无数据</view></block><block wx:if="{{getData.nullDataType}}"><view class="get-null-box data-v-128d8d9c">暂无更多数据</view></block></scroll-view><view data-event-opts="{{[['tap',[['goChooseALaboratory',['$event']]]]]}}" class="bottom-button-box data-v-128d8d9c" bindtap="__e">准入申请</view></view>
|