소스 검색

历史病例显示有误

luolei 4 년 전
부모
커밋
e27e1f456b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/PreviewBody/MedicalAdvice/index.jsx

+ 1 - 1
src/components/PreviewBody/MedicalAdvice/index.jsx

@@ -19,7 +19,7 @@ class MedicalAdvice extends Component {
               labelListBig && labelListBig.map((item,index)=>{
                 return (
                   <tr>
-                    <td className={style.adviceTableTdFst}>{item.name}</td>
+                    <td className={style.adviceTableTdFst}>{item.uniqueName}</td>
                     
                     <td className={style.assistTableTdTrd}>药品</td>
                     <td className={style.assistTableTdSec}>{item.form}</td>