From 8ad3508e18befe0130a6794fe4e166d315838ad5 Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Tue, 31 Aug 2021 12:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E6=95=B4=E5=90=88=E5=A4=87?= =?UTF-8?q?=E8=AF=BE=20=E8=83=BD=E7=9B=B4=E6=8E=A5=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=88=B0=E8=AF=BE=E6=9C=AC=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/router/index.js | 16 + .../views/benyi/themestudy_tremplan/index.vue | 326 ++++++++++++++++++ .../src/views/benyi/themetermplan/index.vue | 2 + .../src/views/benyi/themetermplan/table.vue | 39 ++- 4 files changed, 372 insertions(+), 11 deletions(-) create mode 100644 ruoyi-ui/src/views/benyi/themestudy_tremplan/index.vue diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 7534b50ec..69b8277a3 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -297,6 +297,22 @@ export const constantRoutes = [ } ] }, + { + path: "/benyi_course/tremplan", + component: Layout, + hidden: true, + children: [ + { + path: "themestudy/:id(\\d+)", + component: () => import("@/views/benyi/themestudy_tremplan"), + name: "Theme2", + meta: { + title: "主题整合学习", + icon: "" + } + } + ] + }, { path: "/benyi_course/mathtermplan", component: Layout, diff --git a/ruoyi-ui/src/views/benyi/themestudy_tremplan/index.vue b/ruoyi-ui/src/views/benyi/themestudy_tremplan/index.vue new file mode 100644 index 000000000..c117898d2 --- /dev/null +++ b/ruoyi-ui/src/views/benyi/themestudy_tremplan/index.vue @@ -0,0 +1,326 @@ + + + + \ No newline at end of file diff --git a/ruoyi-ui/src/views/benyi/themetermplan/index.vue b/ruoyi-ui/src/views/benyi/themetermplan/index.vue index 90fd0a560..c7b7697f0 100644 --- a/ruoyi-ui/src/views/benyi/themetermplan/index.vue +++ b/ruoyi-ui/src/views/benyi/themetermplan/index.vue @@ -428,6 +428,8 @@ export default { handleAdd() { this.reset(); this.open = true; + //console.log(this.xnxqOptions); + this.form.xnxq = this.xnxqOptions[0].dictValue; this.title = "添加主题整合学期计划"; }, /** 修改按钮操作 */ diff --git a/ruoyi-ui/src/views/benyi/themetermplan/table.vue b/ruoyi-ui/src/views/benyi/themetermplan/table.vue index 8057bd925..ab14c81d1 100644 --- a/ruoyi-ui/src/views/benyi/themetermplan/table.vue +++ b/ruoyi-ui/src/views/benyi/themetermplan/table.vue @@ -1,9 +1,15 @@