modify-bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m58s

This commit is contained in:
sexygoat
2026-03-28 18:31:43 +08:00
parent d6c23c8bd1
commit dbe6070207
22 changed files with 922 additions and 260 deletions

View File

@@ -100,9 +100,10 @@
}
},
{
label: '启用实名激活',
label: '到期计时基准',
formatter: (_, data) => {
return data.enable_realname_activation ? '是' : ''
if (!data.expiry_base) return '--'
return data.expiry_base === 'from_activation' ? '实名后开始计时' : '购买即开始计时'
}
},
{