Authored by weiqingting

提交

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