瀏覽代碼

Merge branch 'termLink0615' into test

wyq 3 年之前
父節點
當前提交
64cf50fbc3
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/common/LtModal.vue

+ 3 - 3
src/components/common/LtModal.vue

@@ -80,9 +80,9 @@
                       <el-option
                         v-for="item in uniqueNameList"
                         :key="item.icd10Code"
-                        :label="item.name"
-                        :value="item"
-                        :title="item.name"
+                        :label="searchType == 2 ? `${item.uniqueName}(${item.name})` : item.name"
+                        :value="searchType == 2 ? `${item.uniqueName}` : item"
+                        :title="searchType == 2 ? `${item.uniqueName}(${item.name})` : item.name"
                       ></el-option>
                     </el-select>
                   </el-form-item>