|
@@ -47,10 +47,14 @@
|
|
|
<!-- 专利号 -->
|
|
|
<td width="850px">
|
|
|
<div class="patent-abstract-title">
|
|
|
- <el-link type="success"
|
|
|
+ <el-link v-if="patent.ifSearch" type="success"
|
|
|
@click.native="handleClick(patent, index)">
|
|
|
<span v-html="getView(patent, 'patentNo')"></span>
|
|
|
</el-link>
|
|
|
+ <template v-else>
|
|
|
+ <span v-html="getView(patent, 'patentNo')"></span>
|
|
|
+ <span>(未匹配到专利)</span>
|
|
|
+ </template>
|
|
|
<el-tag class="margin-left_10" type="primary" effect="dark" size="small" v-if="patent.simpleStatus">{{
|
|
|
simpleStatus[patent.simpleStatus] }}</el-tag>
|
|
|
</div>
|