Commit f825e67b by 曾经

Merge branch 'feature/停复机' into dev

* feature/停复机:
  集团下商户 到期时间全部相同  不展示更多到期时间按钮
parents a934f75f 7a2305e3
......@@ -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