Browse Source

Update index.tsx

lex-xin 6 months ago
parent
commit
1c6cb1812b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/teacher/statistics/home-statistics/index.tsx

+ 1 - 1
src/teacher/statistics/home-statistics/index.tsx

@@ -230,7 +230,7 @@ export default defineComponent({
       const template = {
       const template = {
         MONTH: '本月',
         MONTH: '本月',
         THREE_MONTH: '近三个月',
         THREE_MONTH: '近三个月',
-        HALF_YEAR: '近半',
+        HALF_YEAR: '近半',
         YEAR: '近一年'
         YEAR: '近一年'
       }
       }
       return template[currentType.value]
       return template[currentType.value]