From f387d3691b8fcdd45a580e7d65b9d96c1461e550 Mon Sep 17 00:00:00 2001 From: wuyx Date: Fri, 23 Dec 2022 08:58:50 +0800 Subject: [PATCH 1/3] fix --- src/views/project/ProjectManage.vue | 521 ++++++++++++++-------------- 1 file changed, 254 insertions(+), 267 deletions(-) diff --git a/src/views/project/ProjectManage.vue b/src/views/project/ProjectManage.vue index 92d5690..29c8cdc 100644 --- a/src/views/project/ProjectManage.vue +++ b/src/views/project/ProjectManage.vue @@ -7,11 +7,11 @@ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> From 70c441e3436540420aca6fa06fa8cd9752cf98e8 Mon Sep 17 00:00:00 2001 From: wuyx Date: Fri, 23 Dec 2022 15:54:28 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E9=A1=B9=E7=9B=AE/?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E8=B7=AF=E5=BE=84=E5=9B=BE=E7=9A=84=E7=AE=80?= =?UTF-8?q?=E4=BB=8B=E5=92=8C=E5=85=B3=E5=8D=A1=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/ProjectDetails.vue | 46 +- src/views/roadmap/PathDetails.vue | 1247 ++++++++++++-------------- 2 files changed, 618 insertions(+), 675 deletions(-) diff --git a/src/views/project/ProjectDetails.vue b/src/views/project/ProjectDetails.vue index 8648bcd..8f77189 100644 --- a/src/views/project/ProjectDetails.vue +++ b/src/views/project/ProjectDetails.vue @@ -2,7 +2,7 @@
-
{{data.name}}
+
{{ data.name }}
/
项目详情
@@ -15,12 +15,12 @@
- {{ userInfo.bandDesc }} - 简介 + {{ userInfo.bandDesc }} + 简介 >
- +
@@ -116,7 +116,7 @@
- {{ data.remark || "暂无公告" }} + {{ data.notice || "暂无公告" }}
-
{{ dialogVisibleTip }}
取消 - 确定 + 确定
@@ -375,7 +371,7 @@ const dialogVisibleTip = ref('该任务无法学习,请联系管理员进行 // } function introductionPro() { - dialogVisibleTip.value =data.value.remark; + dialogVisibleTip.value = data.value.remark; dialogVisible.value = true; } @@ -386,7 +382,7 @@ function toFinish(d, sName, chapterId) { let date1 = new Date(d.endTime).getTime(); let date2 = new Date().getTime(); if (date1 < date2) { - dialogVisibleTip.value ='当前作业已结束'; + dialogVisibleTip.value = '当前作业已结束'; dialogVisible.value = true; // ElMessage.error("当前作业已结束") return @@ -397,7 +393,7 @@ function toFinish(d, sName, chapterId) { let date1 = new Date(d.endTime).getTime(); let date2 = new Date().getTime(); if (date1 < date2) { - dialogVisibleTip.value ='当前直播已结束'; + dialogVisibleTip.value = '当前直播已结束'; dialogVisible.value = true; return } @@ -406,7 +402,7 @@ function toFinish(d, sName, chapterId) { if (d.type == 5) { if (d.taskStatus == 1 || d.taskStatus == 2) { // ElMessage.error("该任务无法学习,请联系管理员进行替换。") - dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!'; + dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!'; dialogVisible.value = true; return } @@ -415,7 +411,7 @@ function toFinish(d, sName, chapterId) { if (d.type == 11) { if (d.taskStatus == 1 || d.taskStatus == 2) { // ElMessage.error("该任务无法学习,请联系管理员进行替换。") - dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!'; + dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!'; dialogVisible.value = true; return } @@ -425,7 +421,7 @@ function toFinish(d, sName, chapterId) { let date1 = new Date(d.endTime).getTime(); let date2 = new Date().getTime(); if (date1 < date2) { - dialogVisibleTip.value ='当前活动已结束'; + dialogVisibleTip.value = '当前活动已结束'; dialogVisible.value = true; return } @@ -434,7 +430,7 @@ function toFinish(d, sName, chapterId) { if (d.type == 1) { if (d.taskStatus == 1 || d.taskStatus == 2) { // ElMessage.error("该任务无法学习,请联系管理员进行替换。") - dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!'; + dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!'; dialogVisible.value = true; return } @@ -443,7 +439,7 @@ function toFinish(d, sName, chapterId) { if (d.type == 2) { if (d.taskStatus == 1 || d.taskStatus == 2) { // ElMessage.error("该任务无法学习,请联系管理员进行替换。") - dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!'; + dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!'; dialogVisible.value = true; return } @@ -492,21 +488,23 @@ function whiteTypes(type) { .el-dialog__header { display: none; } + .crumb { color: #fff; display: flex; font-size: 14px; line-height: 24px; + .return { position: absolute; right: 10%; .text { - text-align: center; - display: flex; - flex-direction: row; - align-items: center; - } + text-align: center; + display: flex; + flex-direction: row; + align-items: center; + } } } diff --git a/src/views/roadmap/PathDetails.vue b/src/views/roadmap/PathDetails.vue index 2d3a7bd..974b8d6 100644 --- a/src/views/roadmap/PathDetails.vue +++ b/src/views/roadmap/PathDetails.vue @@ -1,760 +1,705 @@ From c16dfe57168b8305832370ade262e4d40e7d762a Mon Sep 17 00:00:00 2001 From: wuyx Date: Fri, 23 Dec 2022 16:35:18 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E9=9D=A2=E6=8E=88?= =?UTF-8?q?=E5=92=8C=E7=9B=B4=E6=92=AD=E4=BB=BB=E5=8A=A1=E6=9C=AA=E5=88=B0?= =?UTF-8?q?=E5=BC=80=E5=A7=8B=E6=97=B6=E9=97=B4=E6=8C=89=E9=92=AE=E7=81=B0?= =?UTF-8?q?=E8=89=B2=E7=82=B9=E5=87=BB=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/faceteach/FaceTeach.vue | 1188 ++++++++++----------- src/views/liveBroadcast/LiveBroadcast.vue | 1106 ++++++++++--------- 2 files changed, 1111 insertions(+), 1183 deletions(-) diff --git a/src/views/faceteach/FaceTeach.vue b/src/views/faceteach/FaceTeach.vue index f55d9f7..deaa521 100644 --- a/src/views/faceteach/FaceTeach.vue +++ b/src/views/faceteach/FaceTeach.vue @@ -1,259 +1,190 @@ diff --git a/src/views/liveBroadcast/LiveBroadcast.vue b/src/views/liveBroadcast/LiveBroadcast.vue index 4f65b07..89085a6 100644 --- a/src/views/liveBroadcast/LiveBroadcast.vue +++ b/src/views/liveBroadcast/LiveBroadcast.vue @@ -1,48 +1,41 @@