From 6df69fca47aa539877381f71e9903753b38c62c5 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 9 Mar 2023 11:00:33 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix:=E5=B7=B2=E5=8F=91=E5=B8=83=E9=9D=A2?= =?UTF-8?q?=E6=8E=88=E8=AF=BE=E6=98=BE=E7=A4=BA=E5=BC=80=E8=AF=BE=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index e7b6a5b8..453420ff 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -347,7 +347,7 @@ --> Date: Thu, 9 Mar 2023 11:23:46 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix:=E9=9D=A2=E6=8E=88=E8=AF=BE=E5=BC=80?= =?UTF-8?q?=E8=AF=BE=E7=BC=96=E8=BE=91-=E6=8F=90=E7=A4=BA=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=87=8D=E5=A4=8D=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 453420ff..f4498c10 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -925,6 +925,7 @@ v-model:validated="validated" show-count :id="offcoursePlanId" + :onceName="onceName" :type="5" style="width: 440px; height: 40px; border-radius: 8px" placeholder="请输入开课名称" @@ -2571,6 +2572,7 @@ export default defineComponent({ xjkkradioV1: "", completeType: "", xjkkinputV1: "", + onceName: "", xjkkinputV2: "", xjkkinputV3: "", xjkkinputV4: null, @@ -3619,6 +3621,7 @@ export default defineComponent({ state.xjkkradioV1 = ""; state.completeType = ""; state.xjkkinputV1 = ""; + state.onceName = ""; state.xjkkinputV2 = ""; state.xjkkinputV3 = ""; state.xjkkinputV4 = null; @@ -3760,6 +3763,7 @@ export default defineComponent({ state.EditTestId = Number(item.testId); state.EditWorkId = String(item.homeWorkId); state.xjkkinputV1 = item.name; + state.onceName = item.name; state.beforeValue = item.beforeStart; //考勤 开始前 state.afterStartValue = item.afterStart; //考勤 开始后 if (item.signFlag === 1) { From 2b013ed9e3cbb6278cc868ac310c0b4228476bd0 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 9 Mar 2023 11:54:16 +0800 Subject: [PATCH 3/4] style --- src/components/drawers/ViewAssess.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/drawers/ViewAssess.vue b/src/components/drawers/ViewAssess.vue index 78d86bff..47eb991c 100644 --- a/src/components/drawers/ViewAssess.vue +++ b/src/components/drawers/ViewAssess.vue @@ -114,7 +114,7 @@ -
+
评估类型:
评分题
@@ -134,8 +134,8 @@
+
-
From 4c2d010403d1927e7ecc0b9e2454683e38bec01f Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 9 Mar 2023 12:18:06 +0800 Subject: [PATCH 4/4] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 782a2338..a16b789e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,7 +33,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi"; const store = useStore(); const isLogin = ref(false); -console.log("版本1.4.3------------"); +console.log("版本1.4.4------------"); // 监听关闭浏览器 let time1 = ref(0);