瀏覽代碼

历史病例显示有误

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>