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" + > 编辑 删除