Commit 04eeb435 by 刘泽奇

123

parent b19e0249
......@@ -551,7 +551,7 @@
}
},
showDetails(idx, row){
if (row.deliveryStatus != 'dqrfa' || row.deliveryStatus != 'dfwsfw') {
if (row.deliveryStatus != 'dqrfa' || row.deliveryStatus == 'dfwsfw') {
if (this.showReg(idx, row)) {
return false
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment