<el-table-column
prop="status"
label="状态"
show-overflow-tooltip
align="center"
>
{{
scope.row.status == "normal" ? "正常" : "已锁定"
}}