Showing
1 changed file
with
2 additions
and
2 deletions
@@ -78,8 +78,8 @@ g = new common.grid({ | @@ -78,8 +78,8 @@ g = new common.grid({ | ||
78 | } | 78 | } |
79 | }}, | 79 | }}, |
80 | {display: "状态", render: function(item) { | 80 | {display: "状态", render: function(item) { |
81 | - if (item.status) { | ||
82 | - return ENUM.decoratorStatus[item.status]; | 81 | + if (item.decoratorStatus) { |
82 | + return ENUM.decoratorStatus[item.decoratorStatus]; | ||
83 | } else { | 83 | } else { |
84 | return '待装修'; | 84 | return '待装修'; |
85 | } | 85 | } |
-
Please register or login to post a comment