소스 검색

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
       }