From 577e08110d491269dd1bcb03cf2ae16e6fe7df27 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 22 五月 2024 12:02:30 +0800 Subject: [PATCH] 题目绑定部门 --- src/views/exam/question/list.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/exam/question/list.vue b/src/views/exam/question/list.vue index bb4d189..055d211 100644 --- a/src/views/exam/question/list.vue +++ b/src/views/exam/question/list.vue @@ -72,6 +72,7 @@ </el-form> <el-table v-loading="listLoading" :data="tableData" border fit highlight-current-row style="width: 100%"> <el-table-column prop="subjectId" label="璇剧洰" :formatter="subjectIdFormatte" width="120px"/> + <el-table-column prop="deptNames" label="鎵�灞為儴闂�" width="150px"/> <el-table-column prop="questionType" label="棰樺瀷" :formatter="questionTypeFormatter" width="70px"/> <el-table-column prop="shortTitle" label="棰樺共" show-overflow-tooltip/> <el-table-column prop="score" label="鍒嗘暟" width="60px"/> -- Gitblit v1.8.0