提交 bbe4d563 authored 作者: matian's avatar matian

代码提交

上级 be18db43
......@@ -42,10 +42,10 @@ export default {
{
label: '总时长',
align: 'center',
prop: 'max_length',
computed({ row }) {
return row.max_length_format
}
prop: 'max_length'
// computed({ row }) {
// return row.max_length_format
// }
},
{ label: '操作', slots: 'table-x', align: 'center', fixed: 'right' }
]
......
......@@ -27,10 +27,10 @@ export default {
{
label: '累计学习时长',
align: 'center',
prop: 'pt',
computed({ row }) {
return row.pt_format
}
prop: 'pt'
// computed({ row }) {
// return row.pt_format
// }
}
]
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论