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" > + + +