From 378df7a0f136737f0ffe7732a580897ad4e5d3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=B3=E4=BD=B3=E9=91=AB?= Date: Mon, 24 Oct 2022 09:36:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=E5=BC=B9=E7=AA=97=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/TaskPage.vue | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue index d6205076..4e699b48 100644 --- a/src/views/projectcenter/TaskPage.vue +++ b/src/views/projectcenter/TaskPage.vue @@ -372,7 +372,10 @@ ? 'flex' : 'none', }" - @click="showCopyModal" + + @click=" + item.course === '面授' ? showCopyModal(item.course) : null + " > 二维码 @@ -1473,7 +1476,7 @@ v-model:visible="copyModal" :footer="null" :closable="closeCopy" - wrapClassName="CopyModal" + wrapClassName="facemanageModal" centered="true" >
@@ -2296,7 +2299,11 @@ export default { }} >
{ - state.canclestu = true; + if(value.excellent === false){ + state.canclestu = true; + }else if(value.excellent === true){ + state.canclestu = false; + } }}> {value.excellent ? "取消优秀" : "优秀学员"}
@@ -2861,7 +2868,7 @@ export default { } } -.CopyModal { +.facemanageModal { .ant-modal { width: 532px !important; height: 428px !important; From 17a2b7fc5195cc54dbb24556ecd151198f64fca9 Mon Sep 17 00:00:00 2001 From: dongwug Date: Mon, 24 Oct 2022 10:06:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=E9=A1=B9=E7=9B=AE=E7=A7=AF=E5=88=86?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=A7=84=E5=88=99=E6=9B=B4=E6=8D=A2=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/components/drawers/ProjectScore.vue | 718 ++++++++++++------------ src/components/drawers/SeeStu.vue | 2 +- 2 files changed, 374 insertions(+), 346 deletions(-) diff --git a/src/components/drawers/ProjectScore.vue b/src/components/drawers/ProjectScore.vue index 452c315a..5d27796e 100644 --- a/src/components/drawers/ProjectScore.vue +++ b/src/components/drawers/ProjectScore.vue @@ -1,141 +1,167 @@ \ No newline at end of file diff --git a/src/components/drawers/SeeStu.vue b/src/components/drawers/SeeStu.vue index d79b413c..b0c37c85 100644 --- a/src/components/drawers/SeeStu.vue +++ b/src/components/drawers/SeeStu.vue @@ -1,4 +1,4 @@ -