|
@@ -1,12 +1,12 @@
|
|
<template>
|
|
<template>
|
|
- <div class="patent-basic height_100" @mouseup="mouseup">
|
|
|
|
- <el-row :gutter="24">
|
|
|
|
|
|
+ <div class="patent-basic height_100" >
|
|
|
|
+ <el-row :gutter="24" >
|
|
<el-col :span="18" >
|
|
<el-col :span="18" >
|
|
<el-row :gutter="24">
|
|
<el-row :gutter="24">
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<el-tabs value="0">
|
|
<el-tabs value="0">
|
|
<el-tab-pane label="摘要" name="0">
|
|
<el-tab-pane label="摘要" name="0">
|
|
- <p class="common" :data-type="'摘要'+(patent.change2?'译文':'原文')" :style="setStyle()" v-html="getView(patent, 'abstractStr','摘要'+(patent.change2?'译文':'原文'))"></p>
|
|
|
|
|
|
+ <p @mouseup="mouseup" class="common" :data-type="'摘要'+(patent.change2?'译文':'原文')" :style="setStyle()" v-html="getView(patent, 'abstractStr','摘要'+(patent.change2?'译文':'原文'))"></p>
|
|
|
|
|
|
<span v-if="haveTranslatedText(patent, 'abstractStr')">
|
|
<span v-if="haveTranslatedText(patent, 'abstractStr')">
|
|
<el-link v-if="projectId" type="primary" @click.native="handleChange(patent, 'abstractStr')" >
|
|
<el-link v-if="projectId" type="primary" @click.native="handleChange(patent, 'abstractStr')" >
|
|
@@ -64,7 +64,7 @@
|
|
<div style="height: 200px;" class="picture">
|
|
<div style="height: 200px;" class="picture">
|
|
<el-image :src="outside?patent.pictureGuid:$commonJS.checkViewer(patent.pictureGuid)" :preview-src-list="[outside?patent.pictureGuid:$commonJS.checkViewer(patent.pictureGuid)]" :style="{width:patent.imgWidth?patent.imgWidth:'100%',height:patent.imgHeight?patent.imgHeight:'100%'}">
|
|
<el-image :src="outside?patent.pictureGuid:$commonJS.checkViewer(patent.pictureGuid)" :preview-src-list="[outside?patent.pictureGuid:$commonJS.checkViewer(patent.pictureGuid)]" :style="{width:patent.imgWidth?patent.imgWidth:'100%',height:patent.imgHeight?patent.imgHeight:'100%'}">
|
|
<div slot="error" class="image-slot">
|
|
<div slot="error" class="image-slot">
|
|
- <img src="https://www.patentstar.com.cn/img/Common/nopic.jpg" alt="">
|
|
|
|
|
|
+ <img @click="exportData('4')" src="https://www.patentstar.com.cn/img/Common/nopic.jpg" alt="" >
|
|
</div>
|
|
</div>
|
|
</el-image>
|
|
</el-image>
|
|
</div>
|
|
</div>
|