Commit 4ed7b59e authored by yaqizhang's avatar yaqizhang

scop 问题修改

parent 3474bf3d
......@@ -171,7 +171,7 @@
</el-timeline-item>
</el-timeline>
</div>
<div style="width: 95%;position: relative;" @click="changeDisplay(scope)">
<div style="width: 95%;position: relative;" @click="changeDisplay()">
<i class="el-icon-arrow-down" v-if="isDisplay==false" style="margin-left: 100px;color: #909399;font-size: 14px;margin-bottom: 15px;">
<span style="text-decoration:underline;">显示全部</span>
</i>
......@@ -627,7 +627,7 @@ export default {
});
},
// 点击按钮显示隐藏
changeDisplay(e) {
changeDisplay() {
this.isDisplay = !this.isDisplay
let $timeline = this.$refs.timeline;
if (!this.showAndHide) {
......
......@@ -208,7 +208,7 @@
</el-timeline-item>
</el-timeline>
</div>
<div style="width: 95%;position: relative;" @click="changeDisplay(scope)">
<div style="width: 95%;position: relative;" @click="changeDisplay()">
<!-- <el-button type="primary"> -->
<i class="el-icon-arrow-down" v-if="isDisplay==false"
style="margin-left: 100px;color: #909399;font-size: 14px;">
......@@ -443,7 +443,7 @@
});
},
// 点击按钮显示隐藏
changeDisplay(e) {
changeDisplay() {
this.isDisplay = !this.isDisplay
let $timeline = this.$refs.timeline;
if (!this.showAndHide) {
......
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