Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
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
9b597c77
authored
2020-06-04 17:33:41 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更新预约日期
1 parent
8261d776
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/custom-service/components/reservation.vue
src/pages/custom-service/components/reservation.vue
View file @
9b597c7
...
...
@@ -84,7 +84,7 @@
</div>
<div
class=
"ipt-wrap"
:class=
"
{err:errorTips.e7.length>0}">
<!--
<input
class=
"ipt"
type=
"date"
v-model=
"data.contactDate"
:class=
"
{err : errorTips.e7.length > 0}"> -->
<date-picker
v-model=
"data.contactDate"
:check=
"checkDate"
:filtModel=
"['histor
y']"
></date-picker>
<date-picker
v-model=
"data.contactDate"
:check=
"checkDate"
:filtModel=
"['history','holiday','toda
y']"
></date-picker>
</div>
<div
class=
"validator"
v-if=
"errorTips.e7.length > 0"
>
<img
src=
"@/assets/images/common/icon-notice.png"
alt=
""
>
{{
errorTips
.
e7
}}
...
...
Please
register
or
sign in
to post a comment