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
5c204fdb
Commit
5c204fdb
authored
Feb 15, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
1
parents
0be38d8f
b108f7af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
guestConsultation.vue
src/pages/sale/guestConsultation.vue
+2
-1
studentTracking.vue
src/pages/sale/studentTracking.vue
+2
-0
No files found.
src/pages/sale/guestConsultation.vue
View file @
5c204fdb
...
...
@@ -96,6 +96,8 @@
</div>
<div>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
>
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
style=
"margin-top:15px;"
icon=
"download"
label=
"下载"
@
click=
"downLoadStudentConsult"
/>
<span
style=
"margin-right:5px;color: #089bab;"
>
高级查询
</span>
<img
v-show=
"morequery"
class=
"roatImg"
style=
"width:12px;height:12px"
src=
"../../assets/images/more.png"
alt=
""
>
...
...
@@ -367,7 +369,6 @@
this
.
GetSubordList
()
this
.
getRole
()
this
.
GetStuChannelList
();
//this.downLoadStudentConsult();
},
methods
:
{
//下载客人咨询
...
...
src/pages/sale/studentTracking.vue
View file @
5c204fdb
...
...
@@ -167,6 +167,8 @@
</div>
<div
style=
"width: 100%;text-align: right;padding: 0 20px;margin-bottom: 10px;"
>
<span
@
click=
"morequery=!morequery"
style=
"display:inline-flex;align-items:center;cursor: pointer;"
>
<q-btn
color=
"accent"
class=
"q-mr-md"
size=
"sm"
style=
"margin-top:15px;"
icon=
"download"
label=
"下载"
@
click=
"downloadStudentFollow"
/>
<span
style=
"margin-right:5px;color: #089bab;"
>
高级查询
</span>
<img
v-show=
"!morequery"
style=
"width:12px;height:12px"
src=
"../../assets/images/more.png"
alt=
""
>
<img
v-show=
"morequery"
class=
"roatImg"
style=
"width:12px;height:12px"
src=
"../../assets/images/more.png"
...
...
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