|
@@ -97,7 +97,7 @@
|
|
|
<el-table-column prop="name" :show-overflow-tooltip="true" label="词名"></el-table-column>
|
|
|
<el-table-column prop="address" :show-overflow-tooltip="true" label="来源">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{scope.row.source == 1?'标准词匹配':scope.row.source == 2?'同义词匹配':scope.row.source == 5?'相似词匹配':''}}</span>
|
|
|
+ <p>{{scope.row.source == 1?'标准词匹配':scope.row.source == 2?'同义词匹配':scope.row.source == 5?'相似词匹配':''}}</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|