Commit 7a2305e3 by 曾经

集团下商户 到期时间全部相同 不展示更多到期时间按钮

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