|
@@ -72,7 +72,8 @@
|
|
</template>
|
|
</template>
|
|
<!-- 原权要特征内容 -->
|
|
<!-- 原权要特征内容 -->
|
|
<template v-if="item.value == 'feature'">
|
|
<template v-if="item.value == 'feature'">
|
|
- <div v-if="scope.row.featureText && ['4','8'].indexOf(scope.row.statutesId) ==-1">
|
|
|
|
|
|
+ <div v-if="scope.row.featureText && ['4','8'].indexOf(scope.row.statutesId) ==-1 ">
|
|
|
|
+ <div v-if="scope.row.featureGen == 0">
|
|
<span :class="getFeatureDel(scope.row)?'del':''">{{ scope.row.featureText }}</span>
|
|
<span :class="getFeatureDel(scope.row)?'del':''">{{ scope.row.featureText }}</span>
|
|
<span v-if="['2','3','4','8'].indexOf(scope.row.statutesId) !=-1">
|
|
<span v-if="['2','3','4','8'].indexOf(scope.row.statutesId) !=-1">
|
|
<el-popover
|
|
<el-popover
|
|
@@ -87,7 +88,8 @@
|
|
</div>
|
|
</div>
|
|
<i slot="reference" class="el-icon-caret-bottom"></i>
|
|
<i slot="reference" class="el-icon-caret-bottom"></i>
|
|
</el-popover>
|
|
</el-popover>
|
|
- </span>
|
|
|
|
|
|
+ </span>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div v-else>
|
|
<div v-else>
|
|
<div v-if="scope.row.featureText">
|
|
<div v-if="scope.row.featureText">
|
|
@@ -837,6 +839,7 @@ export default {
|
|
featureId:feature.featureId,
|
|
featureId:feature.featureId,
|
|
featureOrder:feature.featureOrder,
|
|
featureOrder:feature.featureOrder,
|
|
featureText:feature.featureText,
|
|
featureText:feature.featureText,
|
|
|
|
+ featureGen:feature.featureGen,
|
|
feIfPresentOpinions1:feature.feIfPresentOpinions1,
|
|
feIfPresentOpinions1:feature.feIfPresentOpinions1,
|
|
feIfPresentOpinions2:feature.feIfPresentOpinions2,
|
|
feIfPresentOpinions2:feature.feIfPresentOpinions2,
|
|
feRbSummary:feature.feRbSummary
|
|
feRbSummary:feature.feRbSummary
|