Explorar el Código

相似词类型添加2613

zhouna hace 5 años
padre
commit
c68e085559
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/icss/SimilarListDrag.vue

+ 1 - 1
src/components/icss/SimilarListDrag.vue

@@ -19,7 +19,7 @@
             <tr v-for="(item,index) in similarList" :key="item.conceptId">
                 <td>{{index+1}}</td>
                 <td>{{item.name}}</td>
-                <td>{{item.isConceptRemark}}</td>
+                <td>({{item.libType}}){{item.isConceptRemark}}</td>
             </tr>
             </table>
         </div>