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/Commodity/MerchandiseCenter.vue b/src/views/Commodity/MerchandiseCenter.vue index 38c5a30..bc665cc 100644 --- a/src/views/Commodity/MerchandiseCenter.vue +++ b/src/views/Commodity/MerchandiseCenter.vue @@ -94,7 +94,7 @@ - + - + -

-
- - - - - - - - - - - - - - - - - - - - - - +

+
+ + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
商品图标 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 @@ - +