和我用
<el-table-column prop="sex" label="性別" width="180">
<template slot-scope="scoped">{{
scoped.row.sex ? "男" : "女"
}}</template>
</el-table-column>
哪種好风秤?
vue中使用element table鳖目,表格參數(shù)格式化formatter解決辦法:仔細(xì)看官網(wǎng) template data methods