Explorar o código

fix(会员信息):会员嘻信息

李晓萍 hai 2 semanas
pai
achega
a778ff3acc
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      src/views/cyAccountManage/memberInfoManage/mainContent.vue

+ 6 - 1
src/views/cyAccountManage/memberInfoManage/mainContent.vue

@@ -299,7 +299,12 @@ export default {
             if (msg === '新建会员账户') {
               return rowPower.includes(row.verificationStatus)
             } else if (row.stageStr === '暂存' || row.stageStr === '审批退回') {
-              return row.button && rowPower.includes(row.stageStr)
+              if(this.activeName === 'pending') {
+                return rowPower.includes(row.stageStr)
+              }else {
+                return row.button && rowPower.includes(row.stageStr)
+              }
+             
             } else {
               return rowPower.includes(row.stageStr)
             }