diff --git a/src/components/drawers/AddOnline.vue b/src/components/drawers/AddOnline.vue new file mode 100644 index 00000000..0fd2359f --- /dev/null +++ b/src/components/drawers/AddOnline.vue @@ -0,0 +1,441 @@ + + + \ No newline at end of file diff --git a/src/components/drawers/AddVote.vue b/src/components/drawers/AddVote.vue index b56b0324..f91322d2 100644 --- a/src/components/drawers/AddVote.vue +++ b/src/components/drawers/AddVote.vue @@ -2,7 +2,7 @@ + +
+
+
添加在线
+ +
+
+
+
+
+
课程编号:
+
+ +
+
+
+
内容分类:
+
+ +
+
+
+
+
+ +
搜索
+
+
+ +
重置
+
+
+
+
+
+
+ 已选择 4 + 列表选项总计:14 +
+
+ 清空 +
+
+
+ +
+
+ + +
+
+
+
+ + + \ No newline at end of file diff --git a/src/components/drawers/FaceManage.vue b/src/components/drawers/FaceManage.vue new file mode 100644 index 00000000..28053dfa --- /dev/null +++ b/src/components/drawers/FaceManage.vue @@ -0,0 +1,556 @@ + + + + + \ No newline at end of file diff --git a/src/components/drawers/TimeManage.vue b/src/components/drawers/TimeManage.vue new file mode 100644 index 00000000..8c6a31fa --- /dev/null +++ b/src/components/drawers/TimeManage.vue @@ -0,0 +1,473 @@ + + + + + \ No newline at end of file diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index b9e03ee7..673f2bf8 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -697,13 +697,70 @@
状态:
已审核
-
+ + + 1 + + +
+
+ + 状态 + 已通过 + 未审核 + 管理员拒绝 + +
+
+ +
+
+
+ +
搜索
+
+
+
+
+ + + +
+
+
+ +
diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index 650997b4..c55c4d9a 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -354,12 +354,6 @@ export default { width: 100, align: "center", className: "h", - // ellipsis: true, - // scopedSlots: { customRender: "action" }, //引入的插槽 - // customRender: (text, record) => { - // console.log(text, record); - // return {text.text}; - // }, }, { title: "路径图名称", @@ -411,38 +405,6 @@ export default { key: "opacation", width: 200, align: "center", - // scopedSlots: { customRender: "action" }, //引入的插槽 - // customRender: (text) => { - // console.log(text); - // return ( - //
- //
- // - // 发布 - // - // 编辑 - // - // 关卡 - // - - //
- // 授权 - //
- //
- //
- - //
- // 更多 - //
- //
- //
- //
- //
- // ); - // }, }, ]; return columns; diff --git a/src/views/projectcenter/ProjectManage.vue b/src/views/projectcenter/ProjectManage.vue index 0c9929d2..30428fa0 100644 --- a/src/views/projectcenter/ProjectManage.vue +++ b/src/views/projectcenter/ProjectManage.vue @@ -152,11 +152,7 @@ class="taskbox" style=" margin-right: 24px; - background: linear-gradient( - 180deg, - rgba(221, 234, 255, 1) 100%, - rgba(240, 248, 254, 1) 100% - ); + background: linear-gradient(180deg, #ddeaff 0%, #f0f8fe 100%); " >
@@ -176,11 +172,7 @@ class="taskbox" @click="showModal3" style=" - background: linear-gradient( - 180deg, - rgba(254, 243, 221, 1) 100%, - rgba(255, 250, 240, 1) 100% - ); + background: linear-gradient(180deg, #fef3dd 0%, #fffaf0 100%); " >
@@ -248,11 +240,7 @@
@@ -277,11 +265,7 @@ @click="showModal2" style=" margin-bottom: 40px; - background: linear-gradient( - 180deg, - rgba(229, 246, 236, 1) 100%, - rgba(238, 249, 243, 1) 100% - ); + background: linear-gradient(180deg, #e5f6ec 0%, #eef9f3 100%); " >
diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index 0bbd1138..c2e0cab1 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -2,7 +2,12 @@
-
阶段
+
+ 阶段 +
添加阶段
@@ -29,7 +34,10 @@
- +
管理者进阶-腾飞班
@@ -62,12 +70,17 @@
-
+
在线
+ +
+ +
+
@@ -172,12 +185,15 @@
-
任务列表
- -
- - 批量删除 -
+
任务列表
+ +
+ + 批量删除 +
@@ -220,43 +236,12 @@ />
-
-
-
- -
-
-
关联项目
- -
-
- - -
-
- - -
+ +
+
- + +
@@ -270,45 +255,97 @@ width="624px" height="388px" > -
+
添加阶段
-
+
-
+
-
-
阶段名称:
-
-
- -
+
+
阶段名称:
+
+
+ +
-
-
阶段说明:
-
-
- -
+
+
阶段说明:
+
+
+ +
-
- - +
+ +
@@ -318,6 +355,7 @@ \ No newline at end of file + diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index dec6a136..02624cf2 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -1,6 +1,6 @@ - - \ No newline at end of file + + diff --git a/src/views/research/ResearchAdd.vue b/src/views/research/ResearchAdd.vue index 844b5995..1384fded 100644 --- a/src/views/research/ResearchAdd.vue +++ b/src/views/research/ResearchAdd.vue @@ -1,97 +1,173 @@ - \ No newline at end of file +