101 lines
3.8 KiB
Plaintext
101 lines
3.8 KiB
Plaintext
<te-nav-bar navbar-data='{{navbarData}}' ></te-nav-bar>
|
||
<view class="container">
|
||
<view class="main title">
|
||
<view class="photo">
|
||
<t-avatar class="avatar-example" width="20" image="https://gdxz-hospital.oss-cn-chengdu.aliyuncs.com/applet/doctor/static/images/default_photo.png" />
|
||
</view>
|
||
<view class="name">
|
||
<view class="realname">李四</view>
|
||
<view class="today_num">今日审方 9</view>
|
||
</view>
|
||
<view class="status">
|
||
<view class="status_text status_offline">离线</view>
|
||
</view>
|
||
</view>
|
||
<view class="main content">
|
||
<van-tabs active="{{ active }}" color="{{ active_color }}" bind:change="onChange">
|
||
<van-tab title="待审核处方">
|
||
<view class="item">
|
||
<view class="item_txt">
|
||
<view class="pre_content">处方订单号:2023010510324649</view>
|
||
<view class="end_content">
|
||
<navigator url="/Pages/yaoshi/medicalrecord/medicalrecord" open-type="navigate" hover-class="other-navigator-hover">
|
||
<van-button type="primary" size="small">查看病例</van-button>
|
||
</navigator>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="item_txt">
|
||
<view class="pre_content">开方时间:2023-01-16 08:52</view>
|
||
<view class="end_content">
|
||
<navigator url="/Pages/yaoshi/medicalrecord/medicalrecord" open-type="navigate" hover-class="other-navigator-hover">
|
||
<van-button type="primary" size="small">查看病例</van-button>
|
||
</navigator>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="item_txt">
|
||
<view class="pre_content">张三/男/45岁</view>
|
||
<view class="end_content">
|
||
<van-button type="primary" color="linear-gradient(to bottom, #5EA8D5, #63CFEA)" size="small">去审方</van-button>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="item">
|
||
<view class="item_txt">
|
||
<view class="pre_content">处方订单号:2023010510324649</view>
|
||
<view class="end_content">
|
||
<van-button type="primary" size="small">查看病例</van-button>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="item_txt">
|
||
<view class="pre_content">开方时间:2023-01-16 08:52</view>
|
||
<view class="end_content">
|
||
<van-button type="primary" size="small">查看病例</van-button>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="item_txt">
|
||
<view class="pre_content">张三/男/45岁</view>
|
||
<view class="end_content">
|
||
<van-button type="primary" color="linear-gradient(to bottom, #5EA8D5, #63CFEA)" size="small">去审方</van-button>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
</van-tab>
|
||
<van-tab title="已审核处方">
|
||
<view class="item">
|
||
<view class="pre_content">
|
||
处方订单号 2023010510324649
|
||
</view>
|
||
<view class="end_content">
|
||
<van-button type="primary" size="mini">迷你按钮</van-button>
|
||
</view>
|
||
</view>
|
||
</van-tab>
|
||
<van-tab title="驳回处方">
|
||
<view class="item">
|
||
<view class="pre_content">
|
||
处方订单号 2023010510324649
|
||
</view>
|
||
<view class="end_content">
|
||
<van-button type="primary" size="mini">迷你按钮</van-button>
|
||
</view>
|
||
</view>
|
||
</van-tab>
|
||
<van-tab title="不通过">
|
||
<view class="item">
|
||
<view class="pre_content">
|
||
处方订单号 2023010510324649
|
||
</view>
|
||
<view class="end_content">
|
||
<van-button type="primary" size="mini">迷你按钮</van-button>
|
||
</view>
|
||
</view>
|
||
</van-tab>
|
||
</van-tabs>
|
||
</view>
|
||
</view> |