소스 검색

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

achao 2 년 전
부모
커밋
245afcc690
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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
             }