浏览代码

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
             }