咏竹莉
where there is a will,there is a way
摘要: 1. scrollTo scrollTo() 方法可把内容滚动到指定的坐标。 语法: scrollTo(xpos,ypos) scrollTo0() { let bodyWrapper = document.getElementsByClassName( "el-table__body-wrappe 阅读全文
posted @ 2021-12-02 18:00 咏竹莉 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 1. 使用prop传值: export default { props: { data: { default:()=> { return {} }, type: Object } } }2. watch使用: watch: { data: { handler (n) { // 关闭组件时初始化 if 阅读全文
posted @ 2021-12-02 17:55 咏竹莉 阅读(379) 评论(0) 推荐(0) 编辑
摘要: <span>{{scope.row.remark ? scope.row.remark : '--'}}</span> 阅读全文
posted @ 2021-12-02 16:47 咏竹莉 阅读(87) 评论(0) 推荐(0) 编辑