查看报告
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>
|
||||
@ -23,7 +24,7 @@
|
||||
<view class="bottom">
|
||||
|
||||
<span class="rate" v-if="item.compositeScore"><u-rate :count="5" v-model="item.compositeScore" :size='50' active-color='#F4EA2A' disabled></u-rate></span>
|
||||
|
||||
|
||||
<span class="rateval">已评价</span>
|
||||
</view>
|
||||
</view>
|
||||
@ -210,7 +211,7 @@
|
||||
bottom: 4%;
|
||||
font-size: 28rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
|
||||
|
||||
.rate{
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
|
||||
@ -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>
|
||||
@ -292,4 +292,4 @@
|
||||
color: #393939;
|
||||
border-bottom: 3px solid #4DC2A8;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@ -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>
|
||||
@ -202,4 +202,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user