diff --git a/src/components/drawers/AddOnline.vue b/src/components/drawers/AddOnline.vue index 4a8e1238..80c2465b 100644 --- a/src/components/drawers/AddOnline.vue +++ b/src/components/drawers/AddOnline.vue @@ -11,79 +11,28 @@ >
-
编辑在线
-
添加在线
- +
{{ taskIndex === -1 ? "编辑" : "添加" }}任务
+
-
-
-
-
-
-
- -
- -
-
-
-
-
课程分类:
-
- -
-
-
-
-
- -
搜索
-
-
- -
重置
-
-
-
-
-
-
- -
-
+
+
+ + {{ + taskIndex === -1 ? '选择/新建课程' : '重新选择' + }} + +
+
+ +
@@ -92,10 +41,9 @@ \ No newline at end of file