Explorar o código

知识搜索显示修改

zhouna %!s(int64=6) %!d(string=hai) anos
pai
achega
789ee59669
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>*/}