|
|
|
|
280
|
for(let i=0;i<this.tableData.length;i++){
|
280
|
for(let i=0;i<this.tableData.length;i++){
|
281
|
for(let j=0;j<this.tableData[i].Child.length;j++){
|
281
|
for(let j=0;j<this.tableData[i].Child.length;j++){
|
282
|
if(inspect_date == this.tableData[i].Child[j].inspect_date && item_name == this.tableData[i].Child[j].item_name){
|
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(/</g, "<").replace(/>/g, ">")
|
284
|
}
|
284
|
}
|
285
|
}
|
285
|
}
|
286
|
}
|
286
|
}
|