美文网首页
element Table 使用合计行第一次无法显示的问题

element Table 使用合计行第一次无法显示的问题

作者: H一朵大呲花 | 来源:发表于2020-06-03 11:20 被阅读0次

合计行的显示,时有时没有,很不稳定。通过调试发现summary-method所指定的方法已经被调用了,但是没有显示,有时候又莫名其妙的消失。

      this.$nextTick(() => {
        this.$refs.XXXXX.doLayout()
       });

通过重新加载视图的方法进行解决。

另外也可以通过css来解决

      // 给table加 overflow:visible
      overflow:visible !important;

相关文章

网友评论

      本文标题:element Table 使用合计行第一次无法显示的问题

      本文链接:https://www.haomeiwen.com/subject/pypvzhtx.html