File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ export default {
5151 value : 150000 ,
5252 label : "150,000 行" ,
5353 } ,
54- {
55- value : 300000 ,
56- label : "300,000 行" ,
57- } ,
5854 ] ,
5955 dataRows : "数据量:" ,
6056 theme : "暗黑主题:" ,
@@ -113,10 +109,6 @@ export default {
113109 value : 150000 ,
114110 label : "150,000 Rows" ,
115111 } ,
116- {
117- value : 300000 ,
118- label : "300,000 Rows" ,
119- } ,
120112 ] ,
121113 dataRows : "Data Rows:" ,
122114 theme : "Dark Theme:" ,
Original file line number Diff line number Diff line change 8888 </el-row>
8989 </div> -->
9090 </div >
91- <button @click =" scroll(300000)" >30w</button >
92-   ;
93- <button @click =" scroll(1000000)" >100w</button >
94-   ;
95- <button @click =" scroll(3000000)" >300w</button >
9691 <ve-table
9792 id =" demo-loading-container"
9893 ref =" tableRef"
@@ -494,10 +489,6 @@ export default {
494489 this .$refs [" tableRef" ].scrollTo ({ top: 0 });
495490 },
496491
497- scroll (top ) {
498- this .$refs [" tableRef" ].scrollTo ({ top: top, behavior: " smooth" });
499- },
500-
501492 //
502493 filter () {
503494 const values = this .filterConditions ;
You can’t perform that action at this time.
0 commit comments