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

1

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