Browse Source

Update exercis-detail.tsx

lex 1 year ago
parent
commit
8e2172246b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/exercise-record/exercis-detail.tsx

+ 1 - 1
src/views/exercise-record/exercis-detail.tsx

@@ -222,7 +222,7 @@ export default defineComponent({
             </OFullRefresh>
           ) : (
             <OEmpty
-              description="暂无评测记录"
+              description="暂无练习统计"
               style={{ height: `calc(100vh - ${topWrapHeight.value}px)` }}
             />
           )}