From 034d6be78b59c8deac48ec5be0ea2d56d7bdcb3d Mon Sep 17 00:00:00 2001 From: wyx Date: Thu, 16 Feb 2023 21:57:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=8A=A5=E5=90=8D=E9=A1=B5=E9=9D=A2=EF=BC=8C=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E5=A4=96=E9=83=A8=E8=80=83=E8=AF=95=E5=AD=A6=E5=91=98=E6=88=90?= =?UTF-8?q?=E7=BB=A9=E5=AF=BC=E5=85=A5=E6=A8=A1=E6=9D=BF=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .env.boe | 2 +- .env.prod | 2 +- .env.release | 2 +- src/components/drawers/TaskFaceIn.vue | 11 ++++++++--- src/views/learningpath/LevelAdd.vue | 25 ++++++++++++++++++++++--- src/views/projectcenter/TaskPage.vue | 5 +++-- 7 files changed, 37 insertions(+), 12 deletions(-) diff --git a/.env b/.env index e2e3e526..4b45dda1 100644 --- a/.env +++ b/.env @@ -24,7 +24,7 @@ VUE_APP_COURSE_STUDY=//u-pre.boe.com/pc/course/studyindex?id= # 导入学员模板 VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673963663229.xlsx # 外部考试导入成绩模板 -VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=导入成绩模版-1673963663229.xlsx +VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=外部考试学员成绩导入模板-1676551319283.xlsx #在线 VITE_BOE_ONLINE_CLASS_URL=//u-pre.boe.com/pc/course/studyindex?id= diff --git a/.env.boe b/.env.boe index 639a7f31..8734a622 100644 --- a/.env.boe +++ b/.env.boe @@ -9,7 +9,7 @@ VUE_APP_BOE_API_URL=//u-pre.boe.com # 导入学员模板 VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673963663229.xlsx # 外部考试导入成绩模板 -VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=导入成绩模版-1673963663229.xlsx +VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=外部考试学员成绩导入模板-1676551319283.xlsx #在线 VITE_BOE_ONLINE_CLASS_URL=//u-pre.boe.com/pc/course/studyindex?id= VITE_BOE_CASS_DETAIL_URL=//u-pre.boe.com/pc/case/detail?id= diff --git a/.env.prod b/.env.prod index 1ef2f91f..7eace03b 100644 --- a/.env.prod +++ b/.env.prod @@ -15,7 +15,7 @@ VUE_APP_COURSE_STUDY=//u.boe.com/pc/course/studyindex?id= VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673963663229.xlsx # 外部考试导入成绩模板 -VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=导入成绩模版-1673963663229.xlsx +VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=外部考试学员成绩导入模板-1676551319283.xlsx VITE_BOE_ONLINE_CLASS_URL=//u.boe.com/pc/course/studyindex?id= VITE_BOE_CASS_DETAIL_URL=//u.boe.com/pc/case/detail?id= diff --git a/.env.release b/.env.release index b0c1b3aa..d2f6bc4c 100644 --- a/.env.release +++ b/.env.release @@ -15,7 +15,7 @@ VUE_APP_COURSE_STUDY=//u.boe.com/pc-release/course/studyindex?id= VUE_APP_UP_LOAD_STUDENT_TEMPLATE=导入学员模版-1673963663229.xlsx # 外部考试导入成绩模板 -VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=导入成绩模版-1673963663229.xlsx +VUE_APP_UP_LOAD_STUDENT_SCORE_TEMPLATE=外部考试学员成绩导入模板-1676551319283.xlsx VITE_BOE_ONLINE_CLASS_URL=//u.boe.com/pc-release/course/studyindex?id= VITE_BOE_CASS_DETAIL_URL=//u.boe.com/pc-release/case/detail?id= VITE_BOE_EXAM_DETAIL_URL=//u.boe.com/pc-release/exam/test?id= \ No newline at end of file diff --git a/src/components/drawers/TaskFaceIn.vue b/src/components/drawers/TaskFaceIn.vue index 3b8e3934..a65ac6b0 100644 --- a/src/components/drawers/TaskFaceIn.vue +++ b/src/components/drawers/TaskFaceIn.vue @@ -3,7 +3,7 @@ :visible="TaskFaceImpStuvisible" class="drawerStyle TaskFaceImpStu" placement="right" - width="700px" + width="900px" @after-visible-change="afterVisibleChange" >
@@ -93,8 +93,8 @@
- - + +
@@ -120,10 +120,15 @@ export default { console.log("state", bool); }; + const exitDraw = () => { + ctx.emit("update:TaskFaceImpStuvisible", false); + } + return { ...toRefs(state), afterVisibleChange, closeDrawer, + exitDraw // change, }; }, diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index d79311b2..a732d1b2 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -326,6 +326,12 @@
任务大纲
+
+ 批量面授报名 +
+ "> + + +