vue根据数字显示对应的文字状态

vue根据数字显示对应的文字状态 vue根据数字显示对应的文字状态三元运算符vue三元运算符两个判断el-table-column:label$t(siitservice.smartarkconfig.status)propstatuswidth80alignrightclass-nameis-hidden-popopertemplate slot-scopescope{{scope.row.status0?禁用:scope.row.status1?启用:}}/template显示样式vue三元运算符多个判断el-table-column aligncenterpropmethodslabel缴费方式template slot-scopescope{{scope.row.methods1?现金支付:scope.row.methods2?刷储蓄卡支付:scope.row.methods3?刷信用卡支付:scope.row.methods4?微信二维码扫码支付:scope.row.type5?支付宝二维码扫码支付:scope.row.type6?刷脸支付:}}/template/el-table-column还有其他方式比如计算属性…