From d13383b4d88ae2e48901cec82ca30e9a2fce28f2 Mon Sep 17 00:00:00 2001 From: xy <2115269706@qq.com> Date: Thu, 13 Jun 2024 17:48:52 +0800 Subject: [PATCH] 123 --- src/views/course/CourseObjectives.vue | 489 +++++++++++++++++++++++++- 1 file changed, 484 insertions(+), 5 deletions(-) diff --git a/src/views/course/CourseObjectives.vue b/src/views/course/CourseObjectives.vue index 87b0412..1110776 100644 --- a/src/views/course/CourseObjectives.vue +++ b/src/views/course/CourseObjectives.vue @@ -1,9 +1,488 @@ + + - 课程目标 + + + + | 课程总目标 + + +文本内容 + + + + | 分目标雷达图 + + + + + + + + | 课程分目标 + + + + + + + + + + + {{ item.specific }} + + + 新增 + + + + + + + + + {{ filterTarger(item.targetId) }} + + + + 编辑 + + + 删除 + + + + + {{ item.introduce }} + + + + + + + + + + + + + + + + + + + + + + + + + + + - + +.content3 { + border-radius: 20px; + margin-top: 20px; + width: 100%; + height: 370px; + background-color: #fff; + background-image: linear-gradient(#ffe9c7, #ffffff); +} +