From 2dd7db7a2edbf1f14260ae645173c87e6bb28c8c Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Sat, 18 Feb 2023 18:58:11 +0800 Subject: [PATCH] =?UTF-8?q?demand=20=E5=9C=A8=E7=BA=BF=E8=AF=BE=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/AddOnline.vue | 223 +++----------- src/components/drawers/CreateOnline.vue | 394 ++++++++++++++++++++++++ 2 files changed, 440 insertions(+), 177 deletions(-) create mode 100644 src/components/drawers/CreateOnline.vue 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