Browse Source

知识搜索显示修改

zhouna 6 years ago
parent
commit
789ee59669
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/MedicalInfo/index.jsx

+ 1 - 1
src/components/MedicalInfo/index.jsx

@@ -27,7 +27,7 @@ class MedicalInfo extends Component {
           return <li key={item.conceptId}
                      title='点击查看详情'
                      onClick={() => getAllConceptDetail({name: item.name, type: item.type, uname: item.uniqueName})}>
-            <span>{item.name} {showDtl?"("+item.retrievalName+")":""}</span>
+            <span>{item.name}</span>
             <i>( {item.libTypeName} )</i>
             {item.retrievalName&&!showDtl?<p>• {item.retrievalName}</p>:''}
             {/*<button>查看</button>*/}