Commit 5349f02b authored by 刘帅's avatar 刘帅

1.BUG修复

parent 9d93c0e1
...@@ -87,7 +87,11 @@ ...@@ -87,7 +87,11 @@
<span v-if="scope.row.examType ? scope.row.examType.includes('1') : false">模拟考试</span> <span v-if="scope.row.examType ? scope.row.examType.includes('1') : false">模拟考试</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="专业名称" align="center" prop="subjectWarehouseClassName" width="120px" /> <el-table-column label="专业名称" align="center" prop="subjectWarehouseClassName" width="120px">
<template slot-scope="scope">
<tooltip :contentName="scope.row.subjectWarehouseClassName" />
</template>
</el-table-column>
<el-table-column label="等级" align="center" prop="level" width="100px"> <el-table-column label="等级" align="center" prop="level" width="100px">
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag :options="dict.type.tb_subject_level" :value="scope.row.level" /> <dict-tag :options="dict.type.tb_subject_level" :value="scope.row.level" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment