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

代码提交

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