Sfoglia il codice sorgente

Merge branch 'master' of http://git.dayaedu.com/liushengqiang/classroom-app

liushengqiang 1 anno fa
parent
commit
87fefa9838
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)` }}
             />
           )}