zhuliu 1 ano atrás
pai
commit
b78dcf3b1b

+ 1 - 1
src/utils/direct/index.js

@@ -61,7 +61,7 @@ const disabled = (el,binding)=>{
 //获取高度
 const DivHeight={
     inserted(el,binding){
-        binding.value(el.offsetHeight)
+        binding.value(el.offsetHeight - 10)
     }
 }
 

+ 3 - 3
src/views/report/InvalidResponse/components/reasonsAndEvidence/reasonsAndEvidence.vue

@@ -74,7 +74,7 @@
                             <template v-if="item.value == 'feature'">
                                 <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':''" v-html="scope.row.featureText"></span> 
                                         <span v-if="['2','3','4','8'].indexOf(scope.row.statutesId) !=-1">
                                             <el-popover
                                                 popper-class="reasonAndEvidence"
@@ -113,8 +113,8 @@
                             </template>
                             <!-- 修改后权要特征 -->
                             <template v-if="item.value == 'feature1'">
-                                <div v-html=" getFeatureCommon(scope.row,1) ">
-                                    
+                                <div>
+                                    <span  v-html=" getFeatureCommon(scope.row,1) "></span>
                                 </div>
                             </template>
                             <!-- 第一次答辩意见 -->