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