|
@@ -606,10 +606,10 @@ export default {
|
|
|
row.status == "DENIED" ||
|
|
|
row.status == "CANCELED" ||
|
|
|
(row.status == "PROCESSING" &&
|
|
|
- isManage == "manage" &&
|
|
|
+ this.isManage == "manage" &&
|
|
|
row.currentApproveRole == "2") ||
|
|
|
(row.status == "PROCESSING" &&
|
|
|
- isManage == "staff" &&
|
|
|
+ this.isManage == "staff" &&
|
|
|
row.currentApproveRole == "1")
|
|
|
) {
|
|
|
return 0;
|