提交 58c88b62 authored 作者: matian's avatar matian

过滤数据

上级 9203f414
......@@ -42,10 +42,7 @@ export default {
{
label: '总时长',
align: 'center',
prop: 'max_length',
computed({ row }) {
return row.max_length_format
}
prop: 'max_length'
},
{ label: '操作', slots: 'table-x', align: 'center', fixed: 'right' }
]
......@@ -63,10 +60,11 @@ export default {
})
},
toDetail(row) {
const detailList = row.data.filter(item => item.type === '视频')
this.$router.push({
path: '/teacher/data/course/processDetail',
query: {
row: row.data
row: detailList
}
})
}
......
......@@ -27,10 +27,7 @@ export default {
{
label: '累计学习时长',
align: 'center',
prop: 'pt',
computed({ row }) {
return row.pt_format
}
prop: 'pt'
}
]
}
......
......@@ -92,6 +92,7 @@ export default {
}
}
},
methods: {
handleSizeChange(val) {
this.queryInfo.pagesize = val
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论