|
@@ -254,6 +254,10 @@
|
|
key:'beneficialEffect'
|
|
key:'beneficialEffect'
|
|
}
|
|
}
|
|
],['patentMessage'])" :key="index">
|
|
],['patentMessage'])" :key="index">
|
|
|
|
+ <div class="funBtn">
|
|
|
|
+ <el-button type="" icon="el-icon-plus" circle @click="addCompareRecord(reportData.compareRecord,index)"></el-button>
|
|
|
|
+ <el-button v-if="reportData.compareRecord.length>1" type="danger" icon="el-icon-delete" circle @click="delCompareRecord(reportData.compareRecord,index)"></el-button>
|
|
|
|
+ </div>
|
|
<p><span class="italic-text">【现有技术】</span></p>
|
|
<p><span class="italic-text">【现有技术】</span></p>
|
|
<p class="center italic-text">现有技术{{index+1}}</p>
|
|
<p class="center italic-text">现有技术{{index+1}}</p>
|
|
<p class="center italic-text">(
|
|
<p class="center italic-text">(
|