From 6d25131cabeeda9e9229e841f27690fe17f5b2aa Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Fri, 03 Jul 2026 10:31:34 +0800
Subject: [PATCH] 中科大支线-修改
---
src/views/onlineEducation/people/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/onlineEducation/people/index.vue b/src/views/onlineEducation/people/index.vue
index 91ccbc4..5ee6cc9 100644
--- a/src/views/onlineEducation/people/index.vue
+++ b/src/views/onlineEducation/people/index.vue
@@ -130,10 +130,10 @@
const openDialog = (type, value) => {
if(type == 'add' && data.isAdmin){
- ElMessage.warning('监管部门请联系企业创建企业学员')
+ ElMessage.warning('监管学院请联系单位创建单位学员')
}
// else if(userType.value !== 3 && (type == 'add' || type == 'edit')) {
- // ElMessage.warning(' 只有车间级用户才能新增和编辑')
+ // ElMessage.warning(' 只有实验室级用户才能新增和编辑')
// }
else{
dialogRef.value.openDialog(type, value);
--
Gitblit v1.9.2