From da05b26e60136f91fda4be7f960ed0eb2b16bfab Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Mon, 11 Nov 2024 09:18:04 +0800
Subject: [PATCH] 配置
---
src/views/onlineEducation/classHourBatch/components/chooseStudent.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/onlineEducation/classHourBatch/components/chooseStudent.vue b/src/views/onlineEducation/classHourBatch/components/chooseStudent.vue
index f7752af..eaa7300 100644
--- a/src/views/onlineEducation/classHourBatch/components/chooseStudent.vue
+++ b/src/views/onlineEducation/classHourBatch/components/chooseStudent.vue
@@ -5,6 +5,8 @@
:title="title"
width="50%"
:before-close="handleClose"
+ :close-on-press-escape="false"
+ :close-on-click-modal="false"
>
<!-- 表格数据 -->
<el-table
--
Gitblit v1.9.2