From fc45ee33909f8d0bc23d8a3500ccec9a618bfede Mon Sep 17 00:00:00 2001 From: dongwug Date: Tue, 18 Oct 2022 10:25:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E9=9D=A2=E6=8E=88?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=AD=A6=E4=B9=A0=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/EidtOnline.vue | 441 +++++++++++++++++++ src/views/courselibrary/CoursewareManage.vue | 65 ++- src/views/projectcenter/TaskAdd.vue | 13 +- 3 files changed, 514 insertions(+), 5 deletions(-) create mode 100644 src/components/drawers/EidtOnline.vue diff --git a/src/components/drawers/EidtOnline.vue b/src/components/drawers/EidtOnline.vue new file mode 100644 index 00000000..6babc1ec --- /dev/null +++ b/src/components/drawers/EidtOnline.vue @@ -0,0 +1,441 @@ + + + \ No newline at end of file diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 6424a0f1..569cf566 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -697,13 +697,70 @@
状态:
已审核
-
+ + + 1 + + +
+
+ + 状态 + 已通过 + 未审核 + 管理员拒绝 + +
+
+ +
+
+
+ +
搜索
+
+
+
+
+ + + +
+
+
+ +
diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index 338f6785..855b3f0a 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -225,6 +225,11 @@ /> + +
+ +
+ @@ -575,6 +580,7 @@ export default { tableDataTotal: 100, pageSize: 10, visible: false, + visible2:false, stage: false, selectedRowKeys: [], }); @@ -669,7 +675,12 @@ export default { customRender: () => { return (
- + { + state.visible2 = true; + }} + style="color:#4EA6FF;margin-right:25px;cursor:pointer" + > 编辑 删除