+ {t('已用额度')}: {renderQuota(used)}
+ {t('剩余额度')}: {renderQuota(remain)} ({percent.toFixed(0)}%)
+ {t('总额度')}: {renderQuota(total)}
+
+ }
+ >
+
+
+ );
+ },
+ },
{
title: t('状态'),
dataIndex: 'status',
@@ -172,52 +218,6 @@ const TokensTable = () => {
);
},
},
- {
- title: t('剩余额度'),
- key: 'quota',
- render: (text, record) => {
- if (record.unlimited_quota) {
- return