Sfoglia il codice sorgente

11月6日,检验检查

yq1 1 settimana fa
parent
commit
377ae1e800

+ 1 - 1
src/pages/doctorAdvice/components/new_Inspectiondetails.vue Vedi File

@@ -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
       }