【修改】移除隐藏两个参数,新增试题编号

This commit is contained in:
YOHO\20373
2025-05-30 17:34:30 +08:00
committed by 陆光LG
parent ac001d0201
commit 3766bf5b70
10 changed files with 682 additions and 942 deletions

View File

@@ -147,7 +147,7 @@
<ContentWrap>
<el-table v-loading="loading" :data="list" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" />
<el-table-column label="试题编号" align="center" key="id" prop="quId" :show-overflow-tooltip="true"/>
<el-table-column label="试题编号" align="center" prop="quNum" :show-overflow-tooltip="true"/>
<el-table-column label="专业" align="center" prop="specialtyName" width="120" />
<el-table-column
label="课程"