Parcourir la source

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

achao il y a 2 ans
Parent
commit
245afcc690
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      src/views/platformAudit/tradeInformation.vue

+ 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
             }