Parcourir la source

Update index.tsx

lex il y a 1 an
Parent
commit
e515cfdc81
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/homework-record/index.tsx

+ 2 - 2
src/views/homework-record/index.tsx

@@ -593,10 +593,10 @@ export default defineComponent({
                                       styles.p2,
                                       styles.theTooltip
                                     ]}>
-                                    {item.pTitle}
+                                    {item.eTitle}
                                   </p>
                                 ),
-                                default: () => item.pTitle
+                                default: () => item.eTitle
                               }}
                             </NTooltip>
                           )}