|
|
|
@ -3,7 +3,12 @@
@@ -3,7 +3,12 @@
|
|
|
|
|
<view class="header"> |
|
|
|
|
<view class="navbar"> |
|
|
|
|
<view class="nav {{nav==='0' && 'active'}}" bind:tap="handleNav" data-nav="0">我的病历</view> |
|
|
|
|
<view wx:if="{{userInfo.DoctorLevel===3 && userInfo.IsSuper===1}}" class="nav {{nav==='3' && 'active'}}" bind:tap="handleNav" data-nav="3"> |
|
|
|
|
<view |
|
|
|
|
wx:if="{{userInfo.DoctorLevel===3 && userInfo.IsSuper===1}}" |
|
|
|
|
class="nav {{nav==='3' && 'active'}}" |
|
|
|
|
bind:tap="handleNav" |
|
|
|
|
data-nav="3" |
|
|
|
|
> |
|
|
|
|
全部病历 |
|
|
|
|
<van-icon name="question" size="12" catch:tap="handleQuestion" data-index="3" color="rgba(224, 224, 224, 1)" /> |
|
|
|
|
</view> |
|
|
|
@ -179,7 +184,7 @@
@@ -179,7 +184,7 @@
|
|
|
|
|
<view class="list-total" wx:if="{{pagination.count}}">共有{{pagination.count}}条病历</view> |
|
|
|
|
<view class="list-item" wx:for="{{list}}" bind:tap="handleDetail" wx:key="caseId" data-params="{{item}}"> |
|
|
|
|
<image wx:if="{{item.isHighQuality==='1'}}" class="quality" src="{{imageUrl}}quality.png?t={{Timestamp}}"></image> |
|
|
|
|
<image class="quality" src="{{imageUrl}}quality.png?t={{Timestamp}}"></image> |
|
|
|
|
<image class="quality" src="{{imageUrl}}quality.png?t={{Timestamp}}"></image> |
|
|
|
|
<view class="li-header"> |
|
|
|
|
<view class="wrap"> |
|
|
|
|
<view class="id">ID:{{item.caseNo}}</view> |
|
|
|
@ -363,7 +368,7 @@
@@ -363,7 +368,7 @@
|
|
|
|
|
</view> |
|
|
|
|
</van-popup> |
|
|
|
|
|
|
|
|
|
<van-popup show="{{ showArea }}" round position="bottom"> |
|
|
|
|
<van-popup show="{{ showArea }}" round position="bottom" z-index="100000"> |
|
|
|
|
<van-cascader |
|
|
|
|
value="{{ cascaderValue }}" |
|
|
|
|
title="请选择所在地区" |
|
|
|
|