diff --git a/README.md b/README.md index e8f06404..b27ce9df 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ LevelCheck.vue查看页面 ``` ProjectManage.vue:项目页面 -ProjectAdd.vue:创建项目页面 +ProjectAdd.vue:创建单层项目页面 +SonProject.vue:创建单层子项目页面 TaskPage.vue:任务页面 TaskAdd.vue:创建任务页面 TemplateLibrary.vue:模板页面 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/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/ClassAdd.vue b/src/views/projectcenter/ClassAdd.vue new file mode 100644 index 00000000..af9fbaf7 --- /dev/null +++ b/src/views/projectcenter/ClassAdd.vue @@ -0,0 +1,536 @@ + + + + diff --git a/src/views/projectcenter/ProjectManage.vue b/src/views/projectcenter/ProjectManage.vue index 29106947..29acaa1d 100644 --- a/src/views/projectcenter/ProjectManage.vue +++ b/src/views/projectcenter/ProjectManage.vue @@ -133,13 +133,13 @@
-
+
单层子项目
-
-
+ +
@@ -185,7 +185,7 @@
不包含子项目,直接填写项目基础信息后创建任务
-
+
@@ -197,6 +197,205 @@
+ +
+ +
+
+ 创建多层项目 +
+
+ +
+
+
+
+
+ +
+
项目名称:
+
+ +
+
+
+
+ +
+
分类:
+
+ +
+
+
+
+ +
+
项目经理:
+
+ +
+
+
+
+ +
+
资源归属:
+
+ +
+
+
+ 取消 + 确定 +
+
+
+
+ + +
+ +
+
+ 创建多层项目 +
+
+ +
+
+
+
+ 项目归属: + 管理者进阶 +
+
+
+ +
+
子项目名称:
+
+ +
+
+
+
+ +
+
分类:
+
+ +
+
+
+
+ +
+
子项目经理:
+
+ +
+
+
+
+ +
+
资源归属:
+
+ +
+
+
+ 取消 + 确定 +
+
+
+
+
+ diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index 13b078b1..bbb833c0 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -1,6 +1,6 @@ - - \ No newline at end of file + +