|
@@ -511,6 +511,9 @@
|
|
|
for (let i = 0; i < this.tableData.length; i++){
|
|
|
if (this.tableData[i].compareResult2 ==undefined) {
|
|
|
this.tableData[i].compareResult2=''
|
|
|
+ }else if(this.tableData[i].compareResult2===0) {
|
|
|
+ // console.log(1);
|
|
|
+ this.tableData[i].compareResult2+=''
|
|
|
}
|
|
|
if (this.tableData[i].targetDescription2 ==undefined) {
|
|
|
this.tableData[i].targetDescription2=''
|
|
@@ -582,6 +585,9 @@
|
|
|
// })
|
|
|
if (row.compareResult2 ==undefined) {
|
|
|
row.compareResult2=''
|
|
|
+ }else if(row.compareResult2===0) {
|
|
|
+ // console.log(1);
|
|
|
+ row.compareResult2+=''
|
|
|
}
|
|
|
if (row.targetDescription2 ==undefined) {
|
|
|
row.targetDescription2=''
|