随笔分类 -  element UI

摘要://main.js内添加下方代码import zhLang from 'element-ui/lib/locale/lang/zh-CN'; // 官方的中文国际化 import configCn from '@/config/cn';//覆盖官方的 Vue.use(Element, { local 阅读全文
posted @ 2021-06-24 16:37 骅骝漫轻舞01 阅读(1021) 评论(0) 推荐(0)
摘要:setTimeout(()=> { this.$nextTick(()=> {//dom更新后执行 try{ this.$refs.multipleTable.doLayout()//重新计算table布局 }catch(e){ console.log(e); } }) },800) 阅读全文
posted @ 2021-05-25 15:46 骅骝漫轻舞01 阅读(207) 评论(0) 推荐(0)