Authored by weiqingting

提交

... ... @@ -312,7 +312,7 @@ var g = new common.grid({
display: "奥莱",
render: function(item) {
if (item.isOutLets == "Y") {
return "<p>奥莱</p>";
return "<p></p>";
} else if (item.isOutLets == "N") {
return "<p>否</p>";
} else if (item.isOutLets == "B") {
... ...