|
@@ -34,7 +34,7 @@
|
|
<div class="contents knowledgeContents">
|
|
<div class="contents knowledgeContents">
|
|
<el-table :data="list" border style="width: 100%">
|
|
<el-table :data="list" border style="width: 100%">
|
|
<el-table-column type="index" :index="indexMethod" label="编号" width="60"></el-table-column>
|
|
<el-table-column type="index" :index="indexMethod" label="编号" width="60"></el-table-column>
|
|
- <el-table-column prop="collectionLibName" label="术语集合名称"></el-table-column>
|
|
|
|
|
|
+ <el-table-column prop="collectionLibName" label="术语集合名称" ></el-table-column>
|
|
<el-table-column prop="conceptLibName" label="术语集合类型">
|
|
<el-table-column prop="conceptLibName" label="术语集合类型">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span
|
|
<span
|
|
@@ -42,7 +42,7 @@
|
|
>{{item.val==scope.row.collectionLibType?item.name:''}}</span>
|
|
>{{item.val==scope.row.collectionLibType?item.name:''}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="collectionRemark" label="说明">
|
|
|
|
|
|
+ <el-table-column prop="collectionRemark" label="说明" width="400">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-tooltip
|
|
<el-tooltip
|
|
v-if="scope.row.collectionRemark && scope.row.collectionRemark.length>80"
|
|
v-if="scope.row.collectionRemark && scope.row.collectionRemark.length>80"
|
|
@@ -56,7 +56,7 @@
|
|
<span v-if="scope.row.collectionRemark && scope.row.collectionRemark.length<81">{{scope.row.collectionRemark}}</span>
|
|
<span v-if="scope.row.collectionRemark && scope.row.collectionRemark.length<81">{{scope.row.collectionRemark}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="concatConceptLibName" label="基础术语名称" width="500">
|
|
|
|
|
|
+ <el-table-column prop="concatConceptLibName" label="基础术语名称" >
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-tooltip
|
|
<el-tooltip
|
|
class="item"
|
|
class="item"
|