再HTML中绑定一下
数据转化
methods:{
formatRole: function( row, column) {
return row.studentSex == '1' ? "男" : row.studentSex == '2' ? "女" : " cc";
},
},

再HTML中绑定一下
数据转化
methods:{
formatRole: function( row, column) {
return row.studentSex == '1' ? "男" : row.studentSex == '2' ? "女" : " cc";
},
},