|
@@ -39,6 +39,16 @@
|
|
|
<text class="title">我的知识库</text>
|
|
|
<text class="icon arrow"></text>
|
|
|
</view>
|
|
|
+ <view class="s_item" @click="go('/pages/visit/doctor/selectUser')">
|
|
|
+ <text class="icon ic" style="color: #03a9f4"></text>
|
|
|
+ <text class="title">就诊记录</text>
|
|
|
+ <text class="icon arrow"></text>
|
|
|
+ </view>
|
|
|
+ <view class="s_item" @click="go('/pages/detection/index')">
|
|
|
+ <text class="icon ic" style="color: #ff9800"></text>
|
|
|
+ <text class="title">检测报告</text>
|
|
|
+ <text class="icon arrow"></text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<!--患者菜单-->
|
|
|
<view v-else>
|