From 30ebae1c355f3f916c99a7aaedabbeb7c3a30c73 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Thu, 24 Oct 2024 11:45:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=8D=E8=AF=BB=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 1 + src/views/modules/order/reLearn.vue | 287 +++++++++++++++++++++++++ src/views/modules/shop/shopproduct.vue | 1 + 3 files changed, 289 insertions(+) create mode 100644 src/views/modules/order/reLearn.vue diff --git a/src/router/index.js b/src/router/index.js index 2337cc1..82b0806 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -69,6 +69,7 @@ const mainRoutes = { // { path: '/miniClassList', component: _import('modules/miniClass/miniClassList'), name: 'miniClass', meta: { title: '班级列表', isTab: true } }, // { path: '/miniClassList8', component: _import('modules/miniClass/miniClassList8'), name: 'miniClassList8', meta: { title: 'miniClassList8', isTab: true } }, { path: '/ClassType', component: _import('modules/miniClass/miniClassType'), name: 'ClassType', meta: { title: '班级类型管理', isTab: true } }, + { path: '/reLearn', component: _import('modules/order/reLearn'), name: 'reLearn', meta: { title: '复读订单', isTab: true } }, ], beforeEnter (to, from, next) { let token = Vue.cookie.get('token') diff --git a/src/views/modules/order/reLearn.vue b/src/views/modules/order/reLearn.vue new file mode 100644 index 0000000..bf5e6a2 --- /dev/null +++ b/src/views/modules/order/reLearn.vue @@ -0,0 +1,287 @@ + + + + diff --git a/src/views/modules/shop/shopproduct.vue b/src/views/modules/shop/shopproduct.vue index 2345de3..007d0cb 100644 --- a/src/views/modules/shop/shopproduct.vue +++ b/src/views/modules/shop/shopproduct.vue @@ -210,6 +210,7 @@ import curriculum from "./curriculum.vue"; import AddOrUpdate from "./shopproduct-add-or-update"; // import AddOrUpdate from "./shopproduct-add-or-update"; import commonTree from "@/views/components/commonBookTags/tags.vue"; + import commonTags from "./commonBookTags/commonTags1.vue"; import correlation from "./commonBookTags/correlation.vue"; export default {