Commit b819795a authored by 黄奎's avatar 黄奎

车配调整

parent fefb3799
......@@ -95,7 +95,7 @@
<td class="commonBackColor" width="150">便名</td>
<td class="commonBackColor" width="450">スケジュール內容</td>
<td class="commonBackColor" width="350">ホテル</td>
<td class="commonBackColor" width="180">ホテルTEL</td>
<td class="commonBackColor" width="200"></td>
<td class="commonBackColor" width="200">司机宿泊</td>
</tr>
......@@ -117,11 +117,18 @@
<td>
<el-input type="textarea" resize="none" style="padding:5px 0;" v-model="subItem.BusContent" />
</td>
<td>
<el-input type="textarea" resize="none" style="padding:5px 0;" v-model="subItem.HotelName" />
</td>
<td>
<el-input type="textarea" resize="none" style="padding:5px 0;" v-model="subItem.HotelTel" />
<el-input v-model="subItem.HotelName">
<template slot="prepend">名称:</template>
</el-input><br />
<el-input v-model="subItem.HotelTel">
<template slot="prepend">电话:</template>
</el-input><br />
<el-input v-model="subItem.HotelAddress">
<template slot="prepend">地址:</template>
</el-input>
</td>
<td>
<el-input v-model="subItem.BreakfastName">
......
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