Commit 21fafa52 authored by zhengke's avatar zhengke

修改手配书显示

parent 1544064c
<style>
.busManagerTalbe {
background: #ccc;
font-size: 12px;
}
border-collapse: collapse;
background-color: #fff;
border: 1px solid #ccc;
}
.busManagerTalbe tr {
background: #fff;
text-align: center;
height: 40px;
}
.busManagerTalbe tr td{
padding:0 5px;
background-color: #fff;
border: 1px solid #ccc;
}
.commonBackColor {
background-color: #E6E6E6;
background-color: #E6E6E6!important;
color: #333;
}
......@@ -76,12 +79,12 @@
<td colspan="5" class="comTextAlign"></td>
</tr>
<tr>
<td class="commonBackColor">日付</td>
<td class="commonBackColor">用車状況</td>
<td class="commonBackColor">便名</td>
<td class="commonBackColor">スケジュール內容</td>
<td class="commonBackColor">ホテル</td>
<td class="commonBackColor">ホテルTEL</td>
<td class="commonBackColor" width="300">日付</td>
<td class="commonBackColor" width="150">用車状況</td>
<td class="commonBackColor" width="150">便名</td>
<td class="commonBackColor" width="500">スケジュール內容</td>
<td class="commonBackColor" width="400">ホテル</td>
<td class="commonBackColor" width="300">ホテルTEL</td>
</tr>
<tr v-for="(subItem,index) in DataObj.Details_Extends">
<td>
......@@ -95,13 +98,13 @@
<el-input type="text" v-model="subItem.FlightNum" />
</td>
<td>
<el-input type="text" v-model="subItem.BusContent" />
<el-input type="textarea" resize="none" style="padding:5px 0;" v-model="subItem.BusContent" />
</td>
<td>
<el-input type="text" v-model="subItem.HotelName" />
<el-input type="textarea" resize="none" style="padding:5px 0;" v-model="subItem.HotelName" />
</td>
<td>
<el-input type="text" v-model="subItem.HotelTel" />
<el-input type="textarea" resize="none" style="padding:5px 0;" v-model="subItem.HotelTel" />
</td>
</tr>
<tr>
......
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