fix(qlxz):日期控件验证
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -108,7 +108,7 @@ | ... | @@ -108,7 +108,7 @@ |
| 108 | :picker-options="childItem.pickerStart" | 108 | :picker-options="childItem.pickerStart" |
| 109 | value-format="yyyy-MM-dd" | 109 | value-format="yyyy-MM-dd" |
| 110 | placeholder="选择日期" | 110 | placeholder="选择日期" |
| 111 | @change="startTime(index,childIndex)" | 111 | @input="startTime(index,childIndex)" |
| 112 | > | 112 | > |
| 113 | </el-date-picker> | 113 | </el-date-picker> |
| 114 | </li> | 114 | </li> |
| ... | @@ -213,7 +213,7 @@ | ... | @@ -213,7 +213,7 @@ |
| 213 | v-model="childItem.tdsyjssj" | 213 | v-model="childItem.tdsyjssj" |
| 214 | type="date" | 214 | type="date" |
| 215 | :picker-options="childItem.pickerEnd" | 215 | :picker-options="childItem.pickerEnd" |
| 216 | @change="endTime(index,childIndex)" | 216 | @input="endTime(index,childIndex)" |
| 217 | value-format="yyyy-MM-dd" | 217 | value-format="yyyy-MM-dd" |
| 218 | placeholder="选择日期" | 218 | placeholder="选择日期" |
| 219 | > | 219 | > | ... | ... |
-
Please register or sign in to post a comment