...
|
...
|
@@ -78,8 +78,8 @@ g = new common.grid({ |
|
|
}
|
|
|
}},
|
|
|
{display: "状态", render: function(item) {
|
|
|
if (item.status) {
|
|
|
return ENUM.decoratorStatus[item.status];
|
|
|
if (item.decoratorStatus) {
|
|
|
return ENUM.decoratorStatus[item.decoratorStatus];
|
|
|
} else {
|
|
|
return '待装修';
|
|
|
}
|
...
|
...
|
|