Przeglądaj źródła

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

achao 2 lat temu
rodzic
commit
245afcc690
1 zmienionych plików z 5 dodań i 1 usunięć
  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 (this.searchTypeList[i].value == e) {
             if(e=='全部'){
             if(e=='全部'){
               this.status =''
               this.status =''
-            }else{
+            }
+            else if(e=='已通过'){
+              this.status ='审核通过'
+            }
+            else{
               this.status = this.searchTypeList[i].value
               this.status = this.searchTypeList[i].value
             }
             }