diff --git a/src/layout/components/Aside.vue b/src/layout/components/Aside.vue index da2ab76..a22fa2b 100644 --- a/src/layout/components/Aside.vue +++ b/src/layout/components/Aside.vue @@ -120,6 +120,22 @@ 预约订单 + + + 预约须知 + + + + 费用说明 + + + + 时间管理 + + + + 预约时间中心 + diff --git a/src/router/routes.ts b/src/router/routes.ts index 713135f..faa15f7 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -89,6 +89,26 @@ export const routes = [ path: '/AddCostumes', name: '添加服装', component: ()=> import("../views/CostumeAppointments/AddCostumes.vue") + }, + { + path: '/ReservationInstructions', + name: '预约须知', + component: ()=> import("../views/CostumeAppointments/ReservationInstructions.vue") + }, + { + path: '/CostExplanation', + name: '费用说明', + component: ()=> import("../views/CostumeAppointments/CostExplanation.vue") + }, + { + path: '/timeManagement', + name: '时间管理', + component: ()=> import("../views/CostumeAppointments/timeManagement.vue") + }, + { + path: '/TimeCenter', + name: '预约时间中心', + component: ()=> import("../views/CostumeAppointments/TimeCenter.vue") } ] }, diff --git a/src/views/CostumeAppointments/AddCostumes.vue b/src/views/CostumeAppointments/AddCostumes.vue index 97548f6..171ff2a 100644 --- a/src/views/CostumeAppointments/AddCostumes.vue +++ b/src/views/CostumeAppointments/AddCostumes.vue @@ -45,8 +45,8 @@ - - + + 提交 diff --git a/src/views/CostumeAppointments/CostExplanation.vue b/src/views/CostumeAppointments/CostExplanation.vue new file mode 100644 index 0000000..08e27fd --- /dev/null +++ b/src/views/CostumeAppointments/CostExplanation.vue @@ -0,0 +1,37 @@ + + + 费用说明: + + + 打印 + 提交 + 重置 + + + + + \ No newline at end of file diff --git a/src/views/CostumeAppointments/CostumeDetails.vue b/src/views/CostumeAppointments/CostumeDetails.vue index ee42a36..1dccdd4 100644 --- a/src/views/CostumeAppointments/CostumeDetails.vue +++ b/src/views/CostumeAppointments/CostumeDetails.vue @@ -29,7 +29,7 @@ - + 详情 修改 @@ -100,7 +100,7 @@ - + diff --git a/src/views/CostumeAppointments/ReservationInstructions.vue b/src/views/CostumeAppointments/ReservationInstructions.vue new file mode 100644 index 0000000..998ca12 --- /dev/null +++ b/src/views/CostumeAppointments/ReservationInstructions.vue @@ -0,0 +1,36 @@ + + + 预约须知: + + + 打印 + 提交 + 重置 + + + + + \ No newline at end of file diff --git a/src/views/CostumeAppointments/TimeCenter.vue b/src/views/CostumeAppointments/TimeCenter.vue new file mode 100644 index 0000000..11c1498 --- /dev/null +++ b/src/views/CostumeAppointments/TimeCenter.vue @@ -0,0 +1,11 @@ + + + + TimeCenter + + + \ No newline at end of file diff --git a/src/views/CostumeAppointments/timeManagement.vue b/src/views/CostumeAppointments/timeManagement.vue new file mode 100644 index 0000000..8b524ba --- /dev/null +++ b/src/views/CostumeAppointments/timeManagement.vue @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + {{ data.day.split('-').slice(1).join('-') }} + ✔️ + + + + + + + 添加时间段 + 保存 + + + + 删除时间段 + + + + + 上架 + + + 重置 + + + + + + + + diff --git a/src/views/Home.vue b/src/views/Home.vue index afef39c..f2a8e53 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,252 +1,240 @@ - - - 搜索 - 重置 + + + + + + + + + + + + + + + + + {{ data.day.split('-').slice(1).join('-') }} + ✔️ + + + + + + + 添加时间段 + 保存 + + + + 删除时间段 + + - - - - - - - - + + 上架 + + + 重置 + - + - \ No newline at end of file diff --git a/src/views/test.vue b/src/views/test.vue index 64f6225..e69de29 100644 --- a/src/views/test.vue +++ b/src/views/test.vue @@ -1,47 +0,0 @@ - - - - - - - - - - \ No newline at end of file
+ {{ data.day.split('-').slice(1).join('-') }} + ✔️ +