|
@@ -74,7 +74,7 @@
|
|
<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">
|
|
<div v-if="scope.row.featureGen == 0">
|
|
- <span :class="getFeatureDel(scope.row)?'del':''">{{ scope.row.featureText }}</span>
|
|
|
|
|
|
+ <span :class="getFeatureDel(scope.row)?'del':''" v-html="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
|
|
popper-class="reasonAndEvidence"
|
|
popper-class="reasonAndEvidence"
|
|
@@ -113,8 +113,8 @@
|
|
</template>
|
|
</template>
|
|
<!-- 修改后权要特征 -->
|
|
<!-- 修改后权要特征 -->
|
|
<template v-if="item.value == 'feature1'">
|
|
<template v-if="item.value == 'feature1'">
|
|
- <div v-html=" getFeatureCommon(scope.row,1) ">
|
|
|
|
-
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <span v-html=" getFeatureCommon(scope.row,1) "></span>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<!-- 第一次答辩意见 -->
|
|
<!-- 第一次答辩意见 -->
|