Commit b25884ac authored by zhengke's avatar zhengke

增加时间格式验证

parent 01282b89
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<div> <div>
<span class="comTravelLeft">时间</span> <span class="comTravelLeft">时间</span>
<span> <span>
<el-input v-model="subItemObj.childItem.TimeStr" placeholder="时间信息" style="width:90px"></el-input> <el-input v-model="subItemObj.childItem.TimeStr" @keyup.native="checkTime(subItemObj.childItem,'TimeStr')" placeholder="时间信息" style="width:90px"></el-input>
</span> </span>
<span style="margin-left:26px;">{{$t('commonPickUp.Pick_resName')}}</span> <span style="margin-left:26px;">{{$t('commonPickUp.Pick_resName')}}</span>
<span> <span>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<div> <div>
<span class="comTravelLeft">时间</span> <span class="comTravelLeft">时间</span>
<span> <span>
<el-input v-model="subItemObj.childItem.TimeStr" placeholder="时间信息" style="width:90px"></el-input> <el-input v-model="subItemObj.childItem.TimeStr" @keyup.native="checkTime(subItemObj.childItem,'TimeStr')" placeholder="时间信息" style="width:90px"></el-input>
</span> </span>
<span style="margin-left:20px;">{{$t('sm.scenChoosse')}}</span> <span style="margin-left:20px;">{{$t('sm.scenChoosse')}}</span>
<span> <span>
......
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