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"/>