Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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") { |
-
Please register or login to post a comment