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

 

 

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

相关文章: