Commit 808444e4 authored by 黄奎's avatar 黄奎

旅客名单修改

parent 8ef67977
...@@ -170,7 +170,14 @@ export default { ...@@ -170,7 +170,14 @@ export default {
str = "标准双人间"; str = "标准双人间";
} else if (item.HouseType == 3) { } else if (item.HouseType == 3) {
str = "大床房"; str = "大床房";
} else { }
else if (item.HouseType == 4) {
str = "三人间";
}
else if (item.HouseType== 5) {
str = "拼凑双人间";
}
else {
str = "未分配"; str = "未分配";
} }
return str; return str;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment