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