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