@@ -110,6 +110,10 @@
? "同意,待退款"
: scope.row[item.prop] === 3
? "同意,已退款"
+ : scope.row[item.prop] === -1
+ ? "初审不通过"
+ : scope.row[item.prop] === -2
+ ? "复审不通过"
: "待审核"
}}
</div>