码迷,mamicode.com
首页 > 其他好文 > 详细

element在el-table-column中使用过滤器

时间:2018-01-26 22:52:51      阅读:479      评论:0      收藏:0      [点我收藏+]

标签:element   class   过滤器   row   down   scope   ble   template   column   

<el-table-column
                        prop="status"
                        label="状态">
                    <template scope="scope">
                        {{ scope.row.status | toAdmin }}
                    </template>
                </el-table-column>

element在el-table-column中使用过滤器

标签:element   class   过滤器   row   down   scope   ble   template   column   

原文地址:https://www.cnblogs.com/992516410zhen/p/8361477.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!