这种代码如何优化

这种代码如何优化


回答:

定义公共方法或者computer

function getText(type) {

const map = {

null:{

text:'未发表',

type:'grey'

},

0:{

...

}

}

return map[type]

}

<state :text='getText(scope.row.state).text' :type='getText(scope.row.state).type'></state>

以上是 这种代码如何优化 的全部内容, 来源链接: utcz.com/p/935414.html

回到顶部