Browse Source

Update index.tsx

lex 1 year ago
parent
commit
e515cfdc81
1 changed files with 2 additions and 2 deletions
  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>
                           )}