格式 lint
Former-commit-id: ab1ca6f7401b5bf897d8f87f82c4ce51cb994d2c [formerly ab1ca6f7401b5bf897d8f87f82c4ce51cb994d2c [formerly ab1ca6f7401b5bf897d8f87f82c4ce51cb994d2c [formerly ab1ca6f7401b5bf897d8f87f82c4ce51cb994d2c [formerly 5782f0846ddebaedf4b557c4b8f57aa983e493de [formerly f82dde1e98c6150bbe8a5668f3546aab6cec1d8d]]]]] Former-commit-id: c6135736c173a62ed1a2f8f8c1da323ecd62a972 Former-commit-id: f31cb5e781ebd6e3b895f57c0ac2ac7011ef67d5 Former-commit-id: 2e182dd704e83fb802602dec7c333080548e196b [formerly 671e3c40bbaaa47d9512ae769c1abb45c5a0f519] Former-commit-id: ae19d89b29495b94e2778c27447e75bd809ad731 Former-commit-id: a465236e09135150b609910a35e162f9979d4c5d Former-commit-id: 4152ca266db7754572f6e6a4749173e896f83860 Former-commit-id: d4e6fd4aac11e52990b8eae8b289509d00a18c18 Former-commit-id: 3b70ec077a0c9c1d7d2899bf15259ae36656bf25
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}, this.betterScrollOptions))
|
}, this.betterScrollOptions))
|
||||||
// 滚动时发出事件 并且统一返回的数据格式
|
// 滚动时发出事件 并且统一返回的数据格式
|
||||||
this.BS.on('scroll', ({x, y}) => this.$emit('scroll', {
|
this.BS.on('scroll', ({ x, y }) => this.$emit('scroll', {
|
||||||
x: -x,
|
x: -x,
|
||||||
y: -y
|
y: -y
|
||||||
}))
|
}))
|
||||||
|
|||||||
@@ -17,4 +17,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
</el-table>
|
</el-table>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
export default {
|
export default {
|
||||||
title: '筛选',
|
title: '筛选',
|
||||||
index: 13,
|
index: 13,
|
||||||
|
|||||||
@@ -17,4 +17,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user