Commit 7e7f330e by 曾经

是否显示 更多到期时间 按钮问题

parent 7a2305e3
......@@ -105,7 +105,7 @@ export default {
this.expireTip = {
content: `${name}将于 ${expireDayStr || ''} 到期,到期后将被冻结无法登录,请及时联系运营人员续费。`,
show: dmUserInfo.superAdmin ? true : false,
showButton: expireEnterprises.length && !all,
showButton: expireEnterprises.length && (!all || totalCount > expireEnterprises.length),
};
this.expireEnterprises = expireEnterprises;
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