zhangyuewww 2 rokov pred
rodič
commit
a71318b693

+ 5 - 1
src/views/platformAudit/tradeInformation.vue

@@ -245,7 +245,11 @@
           if (this.searchTypeList[i].value == e) {
             if(e=='全部'){
               this.status =''
-            }else{
+            }
+            else if(e=='已通过'){
+              this.status ='审核通过'
+            }
+            else{
               this.status = this.searchTypeList[i].value
             }