|
@@ -564,8 +564,7 @@
|
|
} else if (this.costData.orderStatusKey == 19) {
|
|
} else if (this.costData.orderStatusKey == 19) {
|
|
_data.loadingFlag = 2
|
|
_data.loadingFlag = 2
|
|
}
|
|
}
|
|
- let title = num==1?'通过':'驳回'
|
|
|
|
- this.$confirm('确定'+title+'订单?', '提示', {
|
|
|
|
|
|
+ this.$confirm(num==1?'确定通过订单?':'确定驳回订单?', '提示', {
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
type: 'warning',
|
|
type: 'warning',
|