From 434665e7e927c20172a8db0122a4b0ef68395d29 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Fri, 10 Mar 2023 17:53:04 +0800 Subject: [PATCH 1/3] -- fix bug --- 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 c9e4b202..8c39f627 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -372,7 +372,7 @@ " value="授权" > - 权限名单 Date: Fri, 10 Mar 2023 18:07:21 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=E4=BD=9C=E4=B8=9A=E6=97=A0=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/CheckWork.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/drawers/CheckWork.vue b/src/components/drawers/CheckWork.vue index 612b49f4..15d6a061 100644 --- a/src/components/drawers/CheckWork.vue +++ b/src/components/drawers/CheckWork.vue @@ -32,8 +32,8 @@ }}
- 作业附件: -
+ 作业附件:{{isAppend?'':'暂无附件'}} +
Date: Fri, 10 Mar 2023 19:53:48 +0800 Subject: [PATCH 3/3] =?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 0b88f261..9df04b88 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.6------------"); +console.log("版本1.4.7------------"); // 监听关闭浏览器 let time1 = ref(0);