【修改】文件夹出题加上原始文件夹回显

This commit is contained in:
YOHO\20373
2025-06-11 21:50:12 +08:00
committed by 陆光LG
parent 3e5e32e697
commit 64780fbfdf
2 changed files with 31 additions and 2 deletions

View File

@@ -149,7 +149,7 @@
<ContentWrap>
<el-table v-loading="loading" :data="list" @selection-change="handleSelectionChangeQuestion">
<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" key="id" prop="quNum" :show-overflow-tooltip="true"/>
<el-table-column label="专业" align="center" prop="specialtyName" width="120" />
<el-table-column
label="课程"