浏览代码

11月6日,检验检查

yq1 1周前
父节点
当前提交
377ae1e800
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/doctorAdvice/components/new_Inspectiondetails.vue

+ 1 - 1
src/pages/doctorAdvice/components/new_Inspectiondetails.vue 查看文件

@@ -280,7 +280,7 @@ export default {
280 280
       for(let i=0;i<this.tableData.length;i++){
281 281
         for(let j=0;j<this.tableData[i].Child.length;j++){
282 282
           if(inspect_date == this.tableData[i].Child[j].inspect_date && item_name == this.tableData[i].Child[j].item_name){
283
-            inspect_value = this.tableData[i].Child[j].inspect_value
283
+            inspect_value = this.tableData[i].Child[j].inspect_value.replace(/&lt;/g, "<").replace(/&gt;/g, ">")
284 284
           }
285 285
         }
286 286
       }