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

This commit is contained in:
YOHO\20373
2025-05-30 17:34:30 +08:00
parent c8a4e95e7e
commit 303e3c3068
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="课程"