Browse Source

Update index.tsx

lex 8 tháng trước cách đây
mục cha
commit
74506d3a63
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/train-statistics/index.tsx

+ 2 - 2
src/views/train-statistics/index.tsx

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