You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
140 lines
5.4 KiB
140 lines
5.4 KiB
<view class="page"> |
|
<view class="user"> |
|
<doctorAvatar did="{{userInfo.DoctorId}}" class="avatar" src="{{userInfo.Img}}" level="4"></doctorAvatar> |
|
<view class="wrap"> |
|
<view class="w-header"> |
|
<view class="name">{{userInfo.Name}}</view> |
|
<view class="desc"> |
|
<block wx:if="{{userInfo.TitleType === 99}}">{{userInfo.OtherTitle}}</block> |
|
<block wx:else>{{DoctorTitleType[userInfo.TitleType]}}</block> |
|
<block wx:for="{{userInfo.Department}}" wx:key="DepartmentId"> |
|
<view class="line"></view> |
|
{{item.DepartmentName}} |
|
</block> |
|
</view> |
|
</view> |
|
<view class="w-container"> |
|
<view class="hostipal">{{userInfo.HospitalName}}</view> |
|
<view class="tag">{{userInfo.HospitalClassificationName}}{{userInfo.HospitalLevelName}}</view> |
|
<view class="site" wx:if="{{userInfo.CityName}}"> |
|
{{userInfo.CityName}}{{userInfo.CountyName?'/':''}}{{userInfo.CountyName}} |
|
</view> |
|
</view> |
|
<view class="w-footer" wx:if="{{userInfo.Specialty.length}}"> |
|
<image class="wf-label" src="{{imageUrl}}text-specialty.png?t={{Timestamp}}" mode="aspectFit"></image> |
|
<view class="wf-tag" wx:for="{{userInfo.Specialty}}" wx:key="SpecialtyId">{{item.SpecialtyName}}</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="banner"> |
|
<view |
|
class="title" |
|
style="background: url({{imageUrl}}home-banner-title-bg.png?r={{Timestamp}}) no-repeat top center/262rpx 116rpx;" |
|
> |
|
待处理事项 |
|
</view> |
|
<view class="bg"> |
|
<view class="b-container"> |
|
<view class="item"> |
|
<view class="name">待处理病历</view> |
|
<view class="num">{{take.dealCaseCount*1 || '--'}}</view> |
|
</view> |
|
<view class="item"> |
|
<view class="name">学习窗消息</view> |
|
<view class="num">{{take.notReadChatRoomCount*1 || '--'}}</view> |
|
</view> |
|
<view class="item"> |
|
<view class="name">医生待审核</view> |
|
<view class="num">{{take.toAuditDoctorCount*1 || '--'}}</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view |
|
class="stat" |
|
style="background: url({{imageUrl}}home-stat-bg.png?r={{Timestamp}}) no-repeat top center/100% 100%;" |
|
> |
|
<view class="title">本科室全部病历</view> |
|
<picker class="picker" range="{{Department}}" range-key="DepartmentName" bind:change="handleChangeDept"> |
|
<view class="picker-content"> |
|
<view class="text">{{DepartmentName}}</view> |
|
<van-icon name="arrow-down" /> |
|
</view> |
|
</picker> |
|
<view class="s-container" wx:if="{{case.totalCaseCount>0}}"> |
|
<view class="item"> |
|
<view class="name">全部</view> |
|
<view class="num">{{case.totalCaseCount}}</view> |
|
</view> |
|
<view class="line"></view> |
|
<view class="item" bind:tap="handleNewCase"> |
|
<view class="name"> |
|
新病历 |
|
<van-icon catch:tap="handleQuestion" data-index="1" name="question" color="rgba(224, 224, 224, 1)" /> |
|
</view> |
|
<view class="num">{{case.newCaseCount}}</view> |
|
<view class="item-toast" wx:if="{{newCaseShow}}"> |
|
<image |
|
class="i-clsoe" |
|
src="{{imageUrl}}icon-close.png?r={{Timestamp}}" |
|
catch:tap="handleNewCaseClose" |
|
></image> |
|
<view class="i-row">本科室:{{case.newOneCaseCount}}</view> |
|
<view class="i-line"></view> |
|
<view class="i-row">无科室:{{case.newTwoCaseCount}}</view> |
|
</view> |
|
</view> |
|
<view class="item"> |
|
<view class="name"> |
|
讨论中 |
|
<van-icon catch:tap="handleQuestion" data-index="2" name="question" color="rgba(224, 224, 224, 1)" /> |
|
</view> |
|
<view class="num">{{case.feedbackCaseCount}}</view> |
|
</view> |
|
<view class="item"> |
|
<view class="name"> |
|
已归档 |
|
<van-icon bind:tap="handleQuestion" data-index="3" name="question" color="rgba(224, 224, 224, 1)" /> |
|
</view> |
|
<view class="num">{{case.archiveCaseCount}}</view> |
|
</view> |
|
</view> |
|
<view class="s-container-none" wx:else> |
|
<image class="none" src="{{imageUrl}}empty-3.png?t={{Timestamp}}"></image> |
|
<view class="tip">暂时还没有医生提交病历哦~</view> |
|
</view> |
|
</view> |
|
<view class="department" wx:if="{{doctorCount.TotalCount>0}}"> |
|
<view class="d-header"> |
|
<view class="name">本科室医生</view> |
|
</view> |
|
<view class="d-container"> |
|
<view class="item"> |
|
<view class="name">医生总数</view> |
|
<view class="num">{{doctorCount.TotalCount}}</view> |
|
</view> |
|
<view class="item"> |
|
<view class="name">质控医生</view> |
|
<view class="num">{{doctorCount.ThreeCount}}</view> |
|
</view> |
|
<view class="item"> |
|
<view class="name">核心医生</view> |
|
<view class="num">{{doctorCount.TwoCount}}</view> |
|
</view> |
|
<view class="item"> |
|
<view class="name">一级医生</view> |
|
<view class="num">{{doctorCount.OneCount}}</view> |
|
</view> |
|
</view> |
|
<view class="tip">注:一级医生为平台全部医生,不区分科室</view> |
|
</view> |
|
<view class="department-none" wx:else> |
|
<view class="d-header"> |
|
<view class="name">本科室医生</view> |
|
</view> |
|
<view class="d-container"> |
|
<image class="none-img" src="{{imageUrl}}empty-4.png?t={{Timestamp}}"></image> |
|
<view class="none-title">暂无数据</view> |
|
</view> |
|
</view> |
|
</view>
|
|
|