This commit is contained in:
@@ -100,9 +100,10 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '启用实名激活',
|
||||
label: '到期计时基准',
|
||||
formatter: (_, data) => {
|
||||
return data.enable_realname_activation ? '是' : '否'
|
||||
if (!data.expiry_base) return '--'
|
||||
return data.expiry_base === 'from_activation' ? '实名后开始计时' : '购买即开始计时'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user