|
|
|
|
@ -122,6 +122,13 @@ import DraggableButton from "@/pages/components/goHome.vue";
|
|
|
|
|
<view class="order_info_label_wrapper">预约时间:</view>
|
|
|
|
|
<view class="order_info_value_wrapper">{{ order_info.appointment_date }} {{ order_info.appointment_time }}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="order_info_line_wrapper" v-if="order_info.erxian_appointment_info &&order_info.erxian_appointment_info.length>0">
|
|
|
|
|
<view class="order_info_label_wrapper">核磁项目:</view>
|
|
|
|
|
<view class="order_info_value_wrapper" style="margin-left: 20rpx;" v-for="(item,index) in order_info.erxian_appointment_info" :key="index">
|
|
|
|
|
<view>{{item.name}}</view>
|
|
|
|
|
<view style="margin-top: -10rpx;">预约时间:{{order_info.erxian_appointment_info[0].date}} {{order_info.erxian_appointment_info[0].time}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="order_info_line_wrapper">
|
|
|
|
|
<view class="order_info_label_wrapper">类型:</view>
|
|
|
|
|
<view class="order_info_value_wrapper"><span v-if="order_info.type==1">个检</span><span v-if="order_info.type==2">团检</span></view>
|
|
|
|
|
|