Commit 512ff6fe authored by 黄奎's avatar 黄奎

1

parent 13854338
......@@ -31,15 +31,15 @@
预定方式:
</td>
<td style="color:red;text-align:left;" colspan="2">
<template v-if="busData[0].BookType==1">
永乐预定
</template>
<template v-else-if="busData[0].BookType==2">
公社预定
</template>
<template v-else-if="busData[0].BookType==3">
自理
</template>
<template v-if="busData[0].BookType==1">
永乐预定
</template>
<template v-else-if="busData[0].BookType==2">
公社预定
</template>
<template v-else-if="busData[0].BookType==3">
自理
</template>
</td>
<td>
司机住宿:
......@@ -79,7 +79,7 @@
<td style="text-align:left;" colspan="2">
<span style="padding-left:5px;">
<template v-if="busData&&busData.length>0&&busData[0].DriverName">
{{busData[0].DriverName}}({{busData[0].CarNo}})
{{busData[0].DriverName}}({{busData[0].DriverTel}})
</template>
</span>
</td>
......
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