lanjianrong 3 years ago
parent
commit
b006818a06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/Project/Verification/index.tsx

+ 1 - 1
src/pages/Project/Verification/index.tsx

@@ -78,7 +78,7 @@ const FlowList = () => {
               current: { ...record.approval, readPretty: true }
             })
           }}>
-          {record.approval?.name}
+          {record.name}
         </span>
       )
     },