-        
-             
+        
+             
                 
                   
                
@@ -126,10 +126,10 @@
                 {{ (scope.row.minSubBalLimit/100).toFixed(2) }}
              
          -->
-        
+        
           
-            正常
-            停用
+            正常
+            停用
           
         
         
@@ -145,13 +145,13 @@
             停用
             启用
              
                 
                     账户状态
-                    {{ form.accStatusName }}
+                    {{ form.accountStatusName }}
                 
 
 
@@ -301,7 +301,7 @@
                 搜索 
               
              
-            
+            
               
               
               
@@ -384,7 +384,7 @@
         queryParams: {
           pageNum: 1,
           pageSize: 10,
-          accStatusList:[], 
+          accountStatusList:[], 
           deptIdList:[],  
           hasSum:true,
           searchValue:null,
@@ -410,7 +410,7 @@
         dialogParams: {
           pageNum: 1,
           pageSize: 10,
-          accStatusList:[],
+          accountStatusList:[],
           deptIdList:[], 
           hasSum:true,
           searchValue:null,
@@ -482,7 +482,7 @@
             let param = {
               "pageNum": this.queryParams.pageNum, 
               "pageSize": this.queryParams.pageSize,
-              "accStatusList": this.queryParams.accStatusList,
+              "accountStatusList": this.queryParams.accountStatusList,
               "deptIdList": this.queryParams.deptIdList, 
               // "hasSum": this.queryParams.hasSum,
               "searchValue": this.queryParams.searchValue,
@@ -521,7 +521,7 @@
         /** 停用(启用)按钮操作 */
         handleUpdateState(row,state){
           let param = {
-            accStatus:state,
+            accountStatus:state,
             userId:row.userId
           }
           let str = ''
@@ -543,7 +543,7 @@
             serialNum:null
           };
           this.resetForm("cardForm");
-          this.cardForm.accId = row.accId;
+          this.cardForm.accountId = row.accountId;
           this.openCard=true;
         },
         submitSendCard(){
@@ -622,7 +622,7 @@
           let param = {
               "pageNum": this.dialogParams.pageNum, 
               "pageSize": this.dialogParams.pageSize,
-              "accStatusList": this.dialogParams.accStatusList,
+              "accountStatusList": this.dialogParams.accountStatusList,
               "deptIdList": this.dialogParams.deptIdList, 
               // "hasSum": this.dialogParams.hasSum,
               "searchValue": this.dialogParams.searchValue,
diff --git a/src/views/accountCenter/account/accountManager/logoff.vue b/src/views/accountCenter/account/accountManager/logoff.vue
index 6842ed24..dbe05b8e 100644
--- a/src/views/accountCenter/account/accountManager/logoff.vue
+++ b/src/views/accountCenter/account/accountManager/logoff.vue
@@ -121,7 +121,7 @@
                 {{ (scope.row.minSubBalLimit/100).toFixed(2) }}
              
         
-        
+        
         
       
   
@@ -168,7 +168,7 @@
         queryParams: {
           pageNum: 1,
           pageSize: 10,
-          accStatusList:[3], 
+          accountStatusList:[3], 
           deptIdList:[], 
           searchValue:null,
           walletType:null,
@@ -249,7 +249,7 @@
             let param = {
               "pageNum": this.queryParams.pageNum, 
               "pageSize": this.queryParams.pageSize,
-              "accStatusList": this.queryParams.accStatusList,
+              "accountStatusList": this.queryParams.accountStatusList,
               "deptIdList": this.queryParams.deptIdList,
               "searchValue": this.queryParams.searchValue,
               "walletType": this.queryParams.walletType,
diff --git a/src/views/accountCenter/account/consume/index.vue b/src/views/accountCenter/account/consume/index.vue
index f4766161..c9e19b29 100644
--- a/src/views/accountCenter/account/consume/index.vue
+++ b/src/views/accountCenter/account/consume/index.vue
@@ -105,11 +105,11 @@
             消费退款 -->
           
         
-        
+        
             
-                个人钱包
-                补贴钱包
-                红包
+                个人钱包
+                补贴钱包
+                红包
              
         
         
diff --git a/src/views/accountCenter/account/wallet/index.vue b/src/views/accountCenter/account/wallet/index.vue
index 2d744c5a..f7f1e21e 100644
--- a/src/views/accountCenter/account/wallet/index.vue
+++ b/src/views/accountCenter/account/wallet/index.vue
@@ -16,8 +16,8 @@
         
             
         
-        
-                    正常
-                    停用
+                    
+                    正常
+                    停用
                 
                 
                     用户类别
@@ -240,7 +240,7 @@
                 搜索 
               
              
-            
+            
               
               
               
@@ -342,9 +342,9 @@
                  
                 
                     账户状态
-                    
-                    正常
-                    停用
+                    
+                    正常
+                    停用
                 
                 
                     用户类别
@@ -436,7 +436,7 @@
                 搜索 
               
              
-            
+            
               
               
               
diff --git a/src/views/accountCenter/cardManage/cardList/index.vue b/src/views/accountCenter/cardManage/cardList/index.vue
index 817acc34..e2385d64 100644
--- a/src/views/accountCenter/cardManage/cardList/index.vue
+++ b/src/views/accountCenter/cardManage/cardList/index.vue
@@ -134,7 +134,7 @@
         queryParams: {
           pageNum: 1,
           pageSize: 10,
-          // accStatusList:[], 
+          // accountStatusList:[], 
           // deptIdList:[],   
           serialNum:null,
           userId:null,
@@ -192,7 +192,7 @@
               "pageSize": this.queryParams.pageSize,
               "serialNum": this.queryParams.serialNum,
               "userId": this.queryParams.userId,
-            //   "accStatusList": this.queryParams.accStatusList,
+            //   "accountStatusList": this.queryParams.accountStatusList,
             //   "deptIdList": this.queryParams.deptIdList,   
             //   "walletType": this.queryParams.walletType, 
             } 
@@ -211,7 +211,7 @@
             serialNum:null
           };
           this.resetForm("cardForm");
-          this.cardForm.accId = row.accId;
+          this.cardForm.accountId = row.accountId;
           this.openCard=true;
         },
         //确认换卡按钮
@@ -232,7 +232,7 @@
         /** 退卡按钮操作 */
         handleReturn(row) {  
             this.$modal.confirm('是否确认退卡?').then(function() {
-                return  accCardRefundApi({"accId":row.accId});
+                return  accCardRefundApi({"accountId":row.accountId});
             }).then(() => {
                 this.getList();
                 this.$modal.msgSuccess("退卡成功");
@@ -241,7 +241,7 @@
          /** 挂失按钮操作 */
         handleLoss(row) {  
             this.$modal.confirm('是否确认挂失?').then(function() {
-                return  accCardLossApi({"accId":row.accId});
+                return  accCardLossApi({"accountId":row.accountId});
             }).then(() => {
                 this.getList();
                 this.$modal.msgSuccess("挂失成功");
@@ -250,7 +250,7 @@
          /** 解挂按钮操作 */
         handleRelieve(row) {  
             this.$modal.confirm('是否确认解挂?').then(function() {
-                return  accCardRelieveApi({"accId":row.accId});
+                return  accCardRelieveApi({"accountId":row.accountId});
             }).then(() => {
                 this.getList();
                 this.$modal.msgSuccess("解挂成功");
diff --git a/src/views/accountCenter/consume/deduct/index.vue b/src/views/accountCenter/consume/deduct/index.vue
index 8a24a7de..523f2c9e 100644
--- a/src/views/accountCenter/consume/deduct/index.vue
+++ b/src/views/accountCenter/consume/deduct/index.vue
@@ -72,7 +72,7 @@
                 {{ (scope.row.accFreezeBalTotal/100).toFixed(2) }}
              
         
-        
+        
         
 
         
@@ -251,7 +251,7 @@
                 搜索 
               
              
-            
+            
               
               
               
@@ -498,7 +498,7 @@
         dialogParams: {
           pageNum: 1,
           pageSize: 10,
-          accStatusList:[],
+          accountStatusList:[],
           deptIdList:[],
           searchValue:null,
           psnType:null
diff --git a/src/views/accountCenter/consume/trade/index.vue b/src/views/accountCenter/consume/trade/index.vue
index 080ffaa6..39506a14 100644
--- a/src/views/accountCenter/consume/trade/index.vue
+++ b/src/views/accountCenter/consume/trade/index.vue
@@ -117,11 +117,11 @@
              
             
         
-        
+        
             
-                个人钱包
-                补贴钱包
-                红包
+                个人钱包
+                补贴钱包
+                红包
              
         
         
diff --git a/src/views/accountCenter/freeze/freeze/index.vue b/src/views/accountCenter/freeze/freeze/index.vue
index f51d09ea..9cdcf423 100644
--- a/src/views/accountCenter/freeze/freeze/index.vue
+++ b/src/views/accountCenter/freeze/freeze/index.vue
@@ -78,7 +78,7 @@
                 {{ (scope.row.accFreezeBalTotal/100).toFixed(2) }}
              
          
-        
+        
         
         
            
@@ -128,7 +128,7 @@
                  
                 
                     账户状态
-                    {{ form.accStatusName }}
+                    {{ form.accountStatusName }}
                 
                 
                     用户类别
@@ -238,7 +238,7 @@
                 搜索 
               
              
-            
+            
               
               
               
@@ -309,7 +309,7 @@
                  
                 
                     账户状态
-                    {{ form.accStatusName }}
+                    {{ form.accountStatusName }}
                 
                 
                     用户类别
@@ -419,7 +419,7 @@
                 搜索 
               
              
-            
+            
               
               
               
diff --git a/src/views/accountCenter/freeze/freezeAccount/index.vue b/src/views/accountCenter/freeze/freezeAccount/index.vue
index 35a1efea..5c072445 100644
--- a/src/views/accountCenter/freeze/freezeAccount/index.vue
+++ b/src/views/accountCenter/freeze/freezeAccount/index.vue
@@ -18,8 +18,8 @@
          
             
         
-        
-             
+        
+             
                 
                 
                  
@@ -156,7 +156,7 @@
           pageNum: 1,
           pageSize: 10, 
           keyword:null, 
-          walletId:null,  
+          walletType:null,  
           crBy:null,  
           accTradeId:null,  
           orgIdList:[],  
@@ -196,7 +196,7 @@
                 pageNum: 1,
                 pageSize: 10, 
                 keyword:null, 
-                walletId:null,  
+                walletType:null,  
                 crBy:null,  
                 accTradeId:null,  
                 orgIdList:[],  
diff --git a/src/views/accountCenter/freeze/unfreezeAccount/index.vue b/src/views/accountCenter/freeze/unfreezeAccount/index.vue
index e1124af9..91821c22 100644
--- a/src/views/accountCenter/freeze/unfreezeAccount/index.vue
+++ b/src/views/accountCenter/freeze/unfreezeAccount/index.vue
@@ -18,8 +18,8 @@
          
             
         
-        
-             
+        
+             
                 
                 
                  
@@ -159,7 +159,7 @@
           pageNum: 1,
           pageSize: 10, 
           keyword:null, 
-          walletId:null,  
+          walletType:null,  
           crBy:null,  
           accTradeId:null,  
           orgIdList:[],  
@@ -199,7 +199,7 @@
                 pageNum: 1,
                 pageSize: 10, 
                 keyword:null, 
-                walletId:null,  
+                walletType:null,  
                 crBy:null,  
                 accTradeId:null,  
                 orgIdList:[],  
diff --git a/src/views/reportCenter/accountSum/index.vue b/src/views/reportCenter/accountSum/index.vue
index 9b4ec6b8..e3cf9415 100644
--- a/src/views/reportCenter/accountSum/index.vue
+++ b/src/views/reportCenter/accountSum/index.vue
@@ -66,10 +66,10 @@
                 {{ (scope.row.accFreezeBalTotal/100).toFixed(2) }}
              
         
-        
+        
           
-            正常
-            停用
+            正常
+            停用