优化商品的状态展示

This commit is contained in:
季圣华
2020-04-24 00:12:49 +08:00
parent 828f9ce304
commit 2965a441b7

View File

@@ -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>" : "";
} }
} }
]], ]],