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] =?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;