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

 
<el-table-column label="状态" align="center" prop="status">
<template scope="scope">
{{scope.row.status | baseStateFilter}}
</template>
</el-table-column>
 
原文地址:https://www.cnblogs.com/snowbxb/p/13959953.html