Commit 5c204fdb authored by zhengke's avatar zhengke

1

parents 0be38d8f b108f7af
...@@ -96,6 +96,8 @@ ...@@ -96,6 +96,8 @@
</div> </div>
<div> <div>
<span @click="morequery=!morequery" style="display:inline-flex;align-items:center;cursor: pointer;"> <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> <span style="margin-right:5px;color: #089bab;">高级查询</span>
<img v-show="morequery" class="roatImg" style="width:12px;height:12px" src="../../assets/images/more.png" <img v-show="morequery" class="roatImg" style="width:12px;height:12px" src="../../assets/images/more.png"
alt=""> alt="">
...@@ -367,7 +369,6 @@ ...@@ -367,7 +369,6 @@
this.GetSubordList() this.GetSubordList()
this.getRole() this.getRole()
this.GetStuChannelList(); this.GetStuChannelList();
//this.downLoadStudentConsult();
}, },
methods: { methods: {
//下载客人咨询 //下载客人咨询
......
...@@ -167,6 +167,8 @@ ...@@ -167,6 +167,8 @@
</div> </div>
<div style="width: 100%;text-align: right;padding: 0 20px;margin-bottom: 10px;"> <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;"> <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> <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" 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" <img v-show="morequery" class="roatImg" style="width:12px;height:12px" src="../../assets/images/more.png"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment