Commit 9ff7b045 by 曾经

Merge branch 'feature/停复机' into dev

* feature/停复机:
  是否显示 更多到期时间 按钮问题
parents f014b9a6 7e7f330e
...@@ -105,7 +105,7 @@ export default { ...@@ -105,7 +105,7 @@ export default {
this.expireTip = { this.expireTip = {
content: `${name}将于 ${expireDayStr || ''} 到期,到期后将被冻结无法登录,请及时联系运营人员续费。`, content: `${name}将于 ${expireDayStr || ''} 到期,到期后将被冻结无法登录,请及时联系运营人员续费。`,
show: dmUserInfo.superAdmin ? true : false, show: dmUserInfo.superAdmin ? true : false,
showButton: expireEnterprises.length && !all, showButton: expireEnterprises.length && (!all || totalCount > expireEnterprises.length),
}; };
this.expireEnterprises = expireEnterprises; this.expireEnterprises = expireEnterprises;
if (this.expireTip.show) { if (this.expireTip.show) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment