<el-table-column label="课程类型" align="center"> <template v-slot="scoped"> {{ courseTypeList.find(item => item.dictValue === scoped.row.courseType).dictTitle }} </template> </el-table-column>
标签:courseType,用法,item,dictValue,dictTitle,find From: https://www.cnblogs.com/p201821460026/p/17503691.html