<el-table-column label="状态" prop="status" width="120" filterable :filters="statusList"
:filter-method="filterStatus" filter-placement="bottom-end" align="center">
<template slot-scope="scope">
{{scope.row.status | turnStatus }}
</template>
</el-table-column>
原因 el-table-column标签未加prop标签