Browse Source

200字限制

wyq 3 years ago
parent
commit
062f6c9942
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/knowledgeExtra/TermSet.vue

+ 1 - 1
src/components/knowledgeExtra/TermSet.vue

@@ -69,7 +69,7 @@
             <el-tooltip
               class="item"
               effect="dark"
-              :content="scope.row.concatConceptLibName.length==398?scope.row.concatConceptLibName+'...':scope.row.concatConceptLibName"
+              :content="scope.row.concatConceptLibName.length>200?scope.row.concatConceptLibName.slice(0,200)+'...':scope.row.concatConceptLibName"
               placement="top"
             >
               <span