Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8ee23bee
authored
2020-12-08 14:45:08 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix(qlxz):日期控件验证
1 parent
d2b91f8e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/formMenu/qlxz.vue
src/components/formMenu/qlxz.vue
View file @
8ee23be
...
...
@@ -108,7 +108,7 @@
:picker-options=
"childItem.pickerStart"
value-format=
"yyyy-MM-dd"
placeholder=
"选择日期"
@
change
=
"startTime(index,childIndex)"
@
input
=
"startTime(index,childIndex)"
>
</el-date-picker>
</li>
...
...
@@ -213,7 +213,7 @@
v-model=
"childItem.tdsyjssj"
type=
"date"
:picker-options=
"childItem.pickerEnd"
@
change
=
"endTime(index,childIndex)"
@
input
=
"endTime(index,childIndex)"
value-format=
"yyyy-MM-dd"
placeholder=
"选择日期"
>
...
...
Please
register
or
sign in
to post a comment