Commit 2965a441 authored by 季圣华's avatar 季圣华
Browse files

优化商品的状态展示

parent 828f9ce3
......@@ -496,7 +496,7 @@
},
{
title: '序列号', field: 'enableserialnumber', width: 70, align: "center", formatter: function (value) {
return value=='1' ? "<b>有</b>" : "";
return value=='1' ? "<span style='color:green'>有</span>" : "";
}
}
]],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment