查看报告
This commit is contained in:
parent
cf93b715bb
commit
edd9d93f06
@ -9,7 +9,8 @@
|
|||||||
<view class="details">
|
<view class="details">
|
||||||
<image src="../../static/headsculpture.png" mode="" v-if="item.orderType== 'FAMILY_DOCTOR' ">
|
<image src="../../static/headsculpture.png" mode="" v-if="item.orderType== 'FAMILY_DOCTOR' ">
|
||||||
</image>
|
</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="ppointment">
|
||||||
<view class="doctorname">
|
<view class="doctorname">
|
||||||
<span>{{item.orderName}}</span>
|
<span>{{item.orderName}}</span>
|
||||||
@ -23,7 +24,7 @@
|
|||||||
<view class="bottom">
|
<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="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>
|
<span class="rateval">已评价</span>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -210,7 +211,7 @@
|
|||||||
bottom: 4%;
|
bottom: 4%;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
font-family: Source Han Sans CN;
|
font-family: Source Han Sans CN;
|
||||||
|
|
||||||
.rate{
|
.rate{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<view v-show="Inv == 0">
|
<view v-show="Inv == 0">
|
||||||
<view style="text-align: center;">
|
<view style="text-align: center;">
|
||||||
<view class="" v-if="screeningResultData.fileType=='docx'||screeningResultData.fileType=='doc'">
|
<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>
|
</view>
|
||||||
@ -292,4 +292,4 @@
|
|||||||
color: #393939;
|
color: #393939;
|
||||||
border-bottom: 3px solid #4DC2A8;
|
border-bottom: 3px solid #4DC2A8;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<view class="image">
|
<view class="image">
|
||||||
<view style="text-align: center;">
|
<view style="text-align: center;">
|
||||||
<view class="" v-if="screeningResultData.fileType=='docx'||screeningResultData.fileType=='doc'">
|
<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>
|
</view>
|
||||||
@ -202,4 +202,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user