查看报告
This commit is contained in:
parent
cf93b715bb
commit
edd9d93f06
@ -9,7 +9,8 @@
|
||||
<view class="details">
|
||||
<image src="../../static/headsculpture.png" mode="" v-if="item.orderType== 'FAMILY_DOCTOR' ">
|
||||
</image>
|
||||
<image :src="baseurl+item.pictureUrl" mode="" v-else></image>
|
||||
<image :src="baseurl+item.pictureUrl" mode="" v-if="item.orderType== 'INTEGRAL_EXCHANGE' || item.orderType== 'DIRECT_BUY'" ></image>
|
||||
<image :src="baseurl+item.personPictureUrl" mode="" v-if="item.orderType== 'HEALTH_CONSULTATION'" ></image>
|
||||
<view class="ppointment">
|
||||
<view class="doctorname">
|
||||
<span>{{item.orderName}}</span>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<view v-show="Inv == 0">
|
||||
<view style="text-align: center;">
|
||||
<view class="" v-if="screeningResultData.fileType=='docx'||screeningResultData.fileType=='doc'">
|
||||
<view class="btn" @click="lookpath" v-if="screeningResultData.attachment">
|
||||
<view class="btn" style="color: #346CF2;"@click="lookpath" v-if="screeningResultData.attachment">
|
||||
查看报告
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<view class="image">
|
||||
<view style="text-align: center;">
|
||||
<view class="" v-if="screeningResultData.fileType=='docx'||screeningResultData.fileType=='doc'">
|
||||
<view class="btn" @click="lookpath" v-if="screeningResultData.attachment">
|
||||
<view class="btn" style="color: #346CF2;" @click="lookpath" v-if="screeningResultData.attachment">
|
||||
查看报告
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user