Commit 72088bb0 authored by 黄奎's avatar 黄奎

页面修改

parent 61670b0e
......@@ -35,7 +35,7 @@
</el-option>
</el-select>
</el-form-item>
<el-input v-model="subTraffic.StartTime" placeholder="出发时间" style="width:80px"></el-input>
<el-input v-model="subTraffic.StartTime" placeholder="出发时间" style="width:80px" @keyup.native="checkTime(subTraffic,'StartTime')"></el-input>
</span>
<!--显示交通类型-->
<span class="TDArrivalType">
......@@ -55,7 +55,7 @@
<i v-if="subTraffic.ArrivalType==4" class="iconfont icon-huoche huoche"></i>
</span>
<span>
<el-input v-model="subTraffic.EndTime" placeholder="到达时间" style="width:80px"></el-input>
<el-input v-model="subTraffic.EndTime" placeholder="到达时间" style="width:80px" @keyup.native="checkTime(subTraffic,'EndTime')"></el-input>
<el-form-item
:prop="'DayList.'+index+'.dayArray.'+subIndex+'.childItem.SubTraffic.'+subTrafficIndex+'.ArrivalCityId'"
:rules="trifficTripRules.ArrivalCityId">
......
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