diff --git a/src/views/projectManagement/AllMeetingList.vue b/src/views/projectManagement/AllMeetingList.vue
index 028a9a9..325a4fe 100644
--- a/src/views/projectManagement/AllMeetingList.vue
+++ b/src/views/projectManagement/AllMeetingList.vue
@@ -98,8 +98,8 @@
@@ -332,6 +332,12 @@ export default {
}
return startValue.valueOf() > endValue.valueOf()
},
+ // 进入会议酒店推荐页面
+ handleEnterRecommendHotelPage() {
+ this.$router.push({
+ path: '/projectManagement/allMeetingList/RecommendHotelPage'
+ })
+ }
}
}
diff --git a/src/views/projectManagement/RecommendHotelPage.vue b/src/views/projectManagement/RecommendHotelPage.vue
new file mode 100644
index 0000000..98b7c03
--- /dev/null
+++ b/src/views/projectManagement/RecommendHotelPage.vue
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ text }}
+ {{ text }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file