onEdit: function (e) { scleft = e.scroll.left;//横向滚动条的位置,top是竖向 this.view.el.dom.scrollLeft = scleft;//设置滚动条的位置 }