From 26f4f3be34d6f3642b788fa84a7b054fa38f69d4 Mon Sep 17 00:00:00 2001 From: dongwug Date: Mon, 17 Oct 2022 15:24:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9E=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=BA=93=E5=86=85=E5=AE=B9=20=E6=A8=A1=E6=9D=BF=E5=BA=93?= =?UTF-8?q?=E6=9F=A5=E7=9C=8BLibraryAdd.vue=20=E5=85=AC=E5=91=8A=20?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=A7=AF=E5=88=86=20=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BreadCrumb.vue | 14 + src/components/NavLeft.vue | 6 + src/store/index.js | 1 + src/views/courselibrary/CoursewareManage.vue | 2 +- src/views/projectcenter/LibraryAdd.vue | 576 +++++++++++++++++++ src/views/projectcenter/ProjectAdd.vue | 4 +- src/views/projectcenter/TemplateLibrary.vue | 166 +++++- 7 files changed, 753 insertions(+), 16 deletions(-) create mode 100644 src/views/projectcenter/LibraryAdd.vue diff --git a/src/components/BreadCrumb.vue b/src/components/BreadCrumb.vue index bad79a1f..2947746f 100644 --- a/src/components/BreadCrumb.vue +++ b/src/components/BreadCrumb.vue @@ -145,6 +145,20 @@ export default { }, ]; } + if (n === "/libraryadd" || n === "/LibraryAdd") { + state.list = [ + { + name: "项目中心", + }, + { + name: "模板库", + }, + { + name: "查看", + href:"/libraryadd", + }, + ]; + } if (n === "/coursemanage" || n === "/CourseManage") { state.list = [ { diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index 35a79d85..bc060992 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -288,6 +288,12 @@ export default { selectedKeys: "sub2-2", pagename: "模板库", }, + { + href: "/libraryadd", + openKeys: "sub2", + selectedKeys: "sub2-2", + pagename: "查看", + }, { href: "/coursemanage", openKeys: "sub3", diff --git a/src/store/index.js b/src/store/index.js index 86cc9536..fd665d1d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -7,6 +7,7 @@ export default createStore({ href: "/learningpath", active: true, },] + }, getters: { diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index eb6a3bd2..6424a0f1 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -77,7 +77,7 @@ - +
+
+
+
+ +
+
+
管理者进阶-腾飞班1备份
+
+
项目经理:黄华、刘俊备份
+
起止时间:2022-09-21 00:00 至 2022-10-21 00:00
+
+
+
+ +
+ +
结束项目
+
+ +
+ 更多 +
+
+
撤回
+
复制
+
+
+
+
+ +
返回
+
+
+
+
+
+ + + 1 + + +
+
公告
+
+
+
+ +
+ 关闭 +
+
+ 开启 +
+
+
+
公告内容
+
+ +
+
 
+
+
+
发布
+
+
+
+
+
+
+
+ +
+
+ 获取规则 +
+
+
+
+ 规则 +
+
+
编辑
+
+
+
+
当前设计下,学员可以获得 10 积分
+
完成【必修/选修】获得 5 积分
+
优秀学员可获得 5 积分
+
+
+
+
+ +
+
+ 基本信息 +
+
+
+
+
项目名称:
+
+ 管理者进阶 - 管理者腾飞班 +
+
+
+
封面图:
+
+ +
+
+
+
项目时间:
+
+ 2022-7-16 12:30 ~ 2022-7-30 12:30 +
+
+
+
项目经理:
+
+ 张雪 +
+
+
+
资源归属:
+
+ - +
+
+
+
项目说明:
+
+ - +
+
+
+
同步学习记录:
+
+ 同步课程学习记录(如学员在课程库中拥有课程的学习记录,自动免修该课程) +
+
+
+
项目级别:
+
+ - +
+
+
+
培训体系:
+
+ - +
+
+
+
是否BOEU实施:
+
+ BOEU实施 +
+
+
+
+
+
+ +
+
+
+
+
调整关卡
+
+
+
+
+
+
当前关卡:
+
+ +
+
+ + +
+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index eaddee91..c83ddd74 100644 --- a/src/views/projectcenter/ProjectAdd.vue +++ b/src/views/projectcenter/ProjectAdd.vue @@ -393,8 +393,8 @@ export default { .in { margin-left: 14px; flex: 1; - .ant-radio-wrapper { - } + // .ant-radio-wrapper { + // } .ant-input { border-radius: 5px; // height: 120%; diff --git a/src/views/projectcenter/TemplateLibrary.vue b/src/views/projectcenter/TemplateLibrary.vue index 24b04069..e04226f8 100644 --- a/src/views/projectcenter/TemplateLibrary.vue +++ b/src/views/projectcenter/TemplateLibrary.vue @@ -41,14 +41,14 @@
- + />
@@ -56,17 +56,143 @@ @@ -158,7 +284,21 @@ export default { } .tmpl_body{ .tmpl_tabbox{ - + .operation { + display: flex; + justify-content: center; + align-items: center; + color: #4ea6ff; + .nselect { + justify-content: center; + align-items: center; + display: flex; + .jc { + margin-left: 20px; + cursor: pointer; + } + } + } } } }