Commit 634c50be by 刘泽奇

123

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