xiangpei
2024-05-22 577e08110d491269dd1bcb03cf2ae16e6fe7df27
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"/>