解决工号问题

This commit is contained in:
lpq
2023-03-01 21:49:33 +08:00
parent d19b028274
commit 7e7a71f095

View File

@@ -14,7 +14,7 @@
<div style="display: flex; overflow-x: auto; overflow-y: auto">
<div class="tabs" style="min-width: 800px">
<a-tabs v-model:activeKey="activeKey">
<a-tab-pane v-if="isGroup" :key="4" tab="项目内学员">
<a-tab-pane v-if="isGroup" :key="4" tab="项目内学员1">
<div :style="{ height: screenHeight - 235 + 'px' }">
<div>
<a-form-item label="姓名:">
@@ -400,7 +400,7 @@ const getStu = () => {
let array = [];
arr.map((value) => {
let obj = {
id: value.id,
id: value.studentId,
studentId: value.studentId,
realName: value.studentName,
userNo: value.studentUserNo,