- let color = that.tool.getStatusColor(that.accountInfo.status == '禁用'?'停用':that.accountInfo.status,true);
+ let color = that.tool.getStatusColor(that.mainData.status === 'ACTIVE'?that.$t('启用'):that.mainData.status === 'INACTIVE'?that.$t('停用'):that.$t('其他'),true);