Commit 634c50be by 刘泽奇

123

parent 75228af5
......@@ -60,6 +60,10 @@
value: 'ywc',
label: '已完成'
},
{
value: 'dfwsfw',
label: '待服务商服务'
},
],
indentInfo: {
......@@ -547,7 +551,7 @@
}
},
showDetails(idx, row){
if (row.deliveryStatus != "dqrfa") {
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