和我用
<el-table-column prop="sex" label="性别" width="180">
<template slot-scope="scoped">{{
scoped.row.sex ? "男" : "女"
}}</template>
</el-table-column>
哪种好?
vue中使用element table,表格参数格式化formatter解决办法:仔细看官网 template data methods