优化商品的状态展示
This commit is contained in:
@@ -496,7 +496,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '序列号', field: 'enableserialnumber', width: 70, align: "center", formatter: function (value) {
|
title: '序列号', field: 'enableserialnumber', width: 70, align: "center", formatter: function (value) {
|
||||||
return value=='1' ? "<b>有</b>" : "无";
|
return value=='1' ? "<span style='color:green'>有</span>" : "无";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]],
|
]],
|
||||||
|
|||||||
Reference in New Issue
Block a user