Commit c63a3dd8 authored by 黄奎's avatar 黄奎

页面修改

parent 06d352fe
...@@ -204,8 +204,11 @@ ...@@ -204,8 +204,11 @@
<div><img src="../assets/img/TravelControlTripIcon13.png" />紧急联系人</div> <div><img src="../assets/img/TravelControlTripIcon13.png" />紧急联系人</div>
<template> <template>
<span v-if='vshowLLR'> <span v-if='vshowLLR'>
<template v-if="orderMsg.emergencyContact!=''"> <template v-if="orderTripdiff!=null&&orderTripdiff.emergencyContact!=''">
{{orderMsg.emergencyContact}} {{orderTripdiff.emergencyContact}}
</template>
<template v-else-if="orderMsg.branchManager!=''&&orderMsg.mobilePhone!=''">
{{orderMsg.branchManager+"/"+orderMsg.mobilePhone}}
</template> </template>
</span> </span>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment