From be8bf45d97dc1d5820ecee19d658f0958f10ecee Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 12 Aug 2025 10:38:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../learningManagement/training/index.vue | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/views/educationalTraining/learningManagement/training/index.vue b/src/views/educationalTraining/learningManagement/training/index.vue index 92f7080..9a9962f 100644 --- a/src/views/educationalTraining/learningManagement/training/index.vue +++ b/src/views/educationalTraining/learningManagement/training/index.vue @@ -97,6 +97,17 @@ + + + + @@ -244,6 +259,8 @@ import { preparationPost } from '@/api/pro/proList' export default { data() { return { + qrCodeVisible: false, + qrCode: '', total: 0, dialogTotal: 0, showSearch: true, @@ -413,6 +430,12 @@ export default { selectionChange(val) { console.log('选择', val) }, + + // 点击二维码 + onOpenViewQrCode(qrCode) { + this.qrCode = qrCode + this.qrCodeVisible = true + }, // 开始签到 handleSignIn(row) { console.log('开始签到')