查看报告

This commit is contained in:
shidongli 2023-11-15 12:02:06 +08:00
parent cf93b715bb
commit edd9d93f06
3 changed files with 8 additions and 7 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>