|
@@ -14,6 +14,11 @@
|
|
<span>{{scope.row.invalidCaseNum}}</span>
|
|
<span>{{scope.row.invalidCaseNum}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column label="所属报告" prop="reportName" align="center">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <el-link v-if="!scope.row.ifAdd" type="primary" @click="checkReport(scope.row.reportVO)">{{scope.row.reportVO.reportName || scope.row.reportVO.signPatentNo}}</el-link>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column label="无效请求人" prop="invalidApplicant" align="center">
|
|
<el-table-column label="无效请求人" prop="invalidApplicant" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{scope.row.invalidApplicant}}</span>
|
|
<span>{{scope.row.invalidApplicant}}</span>
|