diff --git a/src/router/index.js b/src/router/index.js
index 59ba790..9e552d6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -29,6 +29,7 @@ import UpdateRoom from "../views/Restroom/UpdateRoom.vue"
import UserlistView from "../views/Users/UserlistView.vue"
import RoomLayoutView from "../views/RoomLayout/RoomLayoutView.vue"
import UtilitiesRoom from "../views/UtilitiesRoom/UtilitieView.vue"
+import addUserRoom from "../views/Restroom/AddRoom.vue"
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
routes: [
@@ -52,6 +53,11 @@ const router = createRouter({
name: "layout",
component: RoomLayoutView,
},
+ {
+ path: "/addUserRoom",
+ name: "addUserRoom",
+ component: addUserRoom,
+ },
{
path: "/utilities",
name: "utilities",
diff --git a/src/views/Restroom/AddRoom.vue b/src/views/Restroom/AddRoom.vue
new file mode 100644
index 0000000..afe18fa
--- /dev/null
+++ b/src/views/Restroom/AddRoom.vue
@@ -0,0 +1,282 @@
+
+
+ สถานะห้องพัก
+ เพิ่มผู้เช่าห้องพัก
+
+ ลำดับคิว
+
+
+
+
+
+
+
+ ลำดับ
+ ชื่อ
+ สกุล
+ สังกัด
+ ยศ
+ เลขบัตรประชาชน
+ เบอร์ติดต่อ
+
+
+
+
+ {{ index + 1 }}
+ {{ item.firstName }}
+ {{ item.lastName }}
+ {{ item.Affiliation }}
+ {{ item.rank }}
+ {{ item.idcard }}
+ {{ item.phone }}
+
+
+