Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
2f703c36
Commit
2f703c36
authored
Jan 14, 2022
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改输入框已回车调取接口
parent
ea4b5d04
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
guestConsultation.vue
src/pages/sale/guestConsultation.vue
+3
-3
mystu.vue
src/pages/sale/mystu.vue
+4
-4
studentTracking.vue
src/pages/sale/studentTracking.vue
+3
-3
No files found.
src/pages/sale/guestConsultation.vue
View file @
2f703c36
...
...
@@ -20,13 +20,13 @@ th:first-child{position: sticky;left:0px;}
<q-input
@
keyup
.
enter
.
native=
"resetSearch"
dense
clearable
filled
v-model=
"msg.StuName"
label=
"昵称"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.StuRealMobile"
label=
"电话"
maxlength=
"20"
/>
<q-input
@
keyup
.
enter
.
native
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.StuRealMobile"
label=
"电话"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.QQ"
label=
"QQ"
maxlength=
"20"
/>
<q-input
@
keyup
.
enter
.
native
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.QQ"
label=
"QQ"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.WeChatNo"
label=
"微信号"
maxlength=
"20"
/>
<q-input
@
keyup
.
enter
.
native
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.WeChatNo"
label=
"微信号"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
filled
v-model=
"msg.StuType"
dense
clearable
:options=
"customTypeList"
...
...
src/pages/sale/mystu.vue
View file @
2f703c36
...
...
@@ -4,7 +4,7 @@
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
input
=
"resetSearch"
@
keyup
.
enter
.
native
=
"resetSearch"
dense
clearable
filled
...
...
@@ -15,7 +15,7 @@
</div>
<div
class=
"col-3"
>
<q-input
@
input
=
"resetSearch"
@
keyup
.
enter
.
native
=
"resetSearch"
dense
clearable
filled
...
...
@@ -26,7 +26,7 @@
</div>
<div
class=
"col-3"
>
<q-input
@
input
=
"resetSearch"
@
keyup
.
enter
.
native
=
"resetSearch"
dense
clearable
filled
...
...
@@ -37,7 +37,7 @@
</div>
<div
class=
"col-3"
>
<q-input
@
input
=
"resetSearch"
@
keyup
.
enter
.
native
=
"resetSearch"
dense
clearable
filled
...
...
src/pages/sale/studentTracking.vue
View file @
2f703c36
...
...
@@ -20,13 +20,13 @@ th:first-child{position: sticky;left:0px;}
<q-input
@
keyup
.
enter
.
native=
"resetSearch"
dense
clearable
filled
v-model=
"msg.StuName"
label=
"昵称"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.StuRealMobile"
label=
"电话"
maxlength=
"20"
/>
<q-input
@
keyup
.
enter
.
native
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.StuRealMobile"
label=
"电话"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.QQ"
label=
"QQ"
maxlength=
"20"
/>
<q-input
@
keyup
.
enter
.
native
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.QQ"
label=
"QQ"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
@
input
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.WeChatNo"
label=
"微信号"
maxlength=
"20"
/>
<q-input
@
keyup
.
enter
.
native
=
"resetSearch"
dense
clearable
filled
v-model=
"msg.WeChatNo"
label=
"微信号"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
filled
v-model=
"msg.StuType"
dense
clearable
:options=
"customTypeList"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment