美文网首页前端小乐趣
vue element table使用filter过滤空值

vue element table使用filter过滤空值

作者: MAYDAY77 | 来源:发表于2019-09-26 19:12 被阅读0次

    使用element-ui的table渲染列表,

    但是modifyStaffNum值为"",如何过滤空值统一返回--呢?这是需要借助filter 过滤器。

    1、先写过滤器:

    在与methods同级(同级)的filter中写过滤空值的逻辑。

    2、在el-table-column中添加template,借助slot-scope="scope"来添加对应过滤器。

    3、页面效果:

    完美~

    相关文章

      网友评论

        本文标题:vue element table使用filter过滤空值

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