From 2236b55dd19691cc1dd44905055cdec11cac1d0d Mon Sep 17 00:00:00 2001 From: sk1551 <15175617877@163.com> Date: Wed, 27 Jan 2021 11:35:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BC=E5=84=BF=E6=A1=A3=E6=A1=88=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=A2=84=E8=A7=88=E5=92=8C=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/router/index.js | 30 +++ .../benyi/learndevelopmentfamily/index.vue | 15 ++ .../benyi/learndevelopmentfamily/table.vue | 249 ++++++++++++++++++ .../benyi/learndevelopmentteacher/index.vue | 15 ++ .../benyi/learndevelopmentteacher/table.vue | 247 +++++++++++++++++ 5 files changed, 556 insertions(+) create mode 100644 ruoyi-ui/src/views/benyi/learndevelopmentfamily/table.vue create mode 100644 ruoyi-ui/src/views/benyi/learndevelopmentteacher/table.vue diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index e8d310b34..9ba770f13 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -409,6 +409,36 @@ export const constantRoutes = [{ } }] }, + { + path: '/benyi_course/learndevelopmentteacherprint', + component: Layout, + hidden: true, + children: [{ + path: 'table/:id', + component: () => + import ('@/views/benyi/learndevelopmentteacher/table'), + name: 'learndevelopmentteacher2', + meta: { + title: '幼儿学习和发展档案(教师)(表格)', + icon: '' + } + }] + }, + { + path: '/benyi_course/learndevelopmentfamilyprint', + component: Layout, + hidden: true, + children: [{ + path: 'table/:id', + component: () => + import ('@/views/benyi/learndevelopmentfamily/table'), + name: 'learndevelopmentfamily2', + meta: { + title: '幼儿学习和发展档案(家长)(表格)', + icon: '' + } + }] + }, { path: '/benyi_course/math', component: Layout, diff --git a/ruoyi-ui/src/views/benyi/learndevelopmentfamily/index.vue b/ruoyi-ui/src/views/benyi/learndevelopmentfamily/index.vue index 457a050b0..e36cdd4e9 100644 --- a/ruoyi-ui/src/views/benyi/learndevelopmentfamily/index.vue +++ b/ruoyi-ui/src/views/benyi/learndevelopmentfamily/index.vue @@ -110,6 +110,14 @@ class-name="small-padding fixed-width" > + + + \ No newline at end of file diff --git a/ruoyi-ui/src/views/benyi/learndevelopmentteacher/index.vue b/ruoyi-ui/src/views/benyi/learndevelopmentteacher/index.vue index 5bb3d6c0c..e29ddbe11 100644 --- a/ruoyi-ui/src/views/benyi/learndevelopmentteacher/index.vue +++ b/ruoyi-ui/src/views/benyi/learndevelopmentteacher/index.vue @@ -110,6 +110,14 @@ class-name="small-padding fixed-width" > + + +