...
|
...
|
@@ -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") {
|
...
|
...
|
|