正确应该怎么写
你的少引号
参考这个
运行中只是返回三个中文的话,不需要双引号,并且补充前后单引号
function() {
if (this.category == 1) {
return '<span style="color: blue;">运行中</span>';
}
return '<span style="color:bule;">运行中</span>';