1
@@ -142,7 +142,7 @@
{{
scope.row.teacherRecommandSubjectId
? scope.row.subjectName
- : "--"
+ : "无"
}}
</div>
</template>
@@ -8,6 +8,12 @@
:data="list"
>
<el-table-column prop="subjectName" align="center" label="老师推荐声部">
+ <template slot-scope="scope">
+ <div>
+ {{ scope.row.subjectName? scope.row.subjectName
+ : "无"}}
+ </div>
+ </template>
</el-table-column>
<el-table-column prop="userNum" align="center" label="人数">