|
@@ -168,14 +168,14 @@ export default defineComponent({
|
|
{{
|
|
{{
|
|
title: () => (
|
|
title: () => (
|
|
<Grid border={false} columnNum={4} clickable>
|
|
<Grid border={false} columnNum={4} clickable>
|
|
- <GridItem text="训练次数">
|
|
|
|
|
|
+ <GridItem text="训练时长">
|
|
{{
|
|
{{
|
|
icon: () => (
|
|
icon: () => (
|
|
<span>{item.totalPlayTime}分钟</span>
|
|
<span>{item.totalPlayTime}分钟</span>
|
|
)
|
|
)
|
|
}}
|
|
}}
|
|
</GridItem>
|
|
</GridItem>
|
|
- <GridItem text="训练时长">
|
|
|
|
|
|
+ <GridItem text="训练次数">
|
|
{{
|
|
{{
|
|
icon: () => (
|
|
icon: () => (
|
|
<span style="color: #01c1b5">
|
|
<span style="color: #01c1b5">
|