diff --git a/web/src/components/LogsTable.js b/web/src/components/LogsTable.js index 2c4f1343..fb87d54f 100644 --- a/web/src/components/LogsTable.js +++ b/web/src/components/LogsTable.js @@ -958,16 +958,32 @@ const LogsTable = () => { <> {renderColumnSelector()} -
+
- - {t('总消耗额度')}: {renderQuota(stat.quota)} + + {t('消耗额度')}: {renderQuota(stat.quota)} - + RPM: {stat.rpm} - + TPM: {stat.tpm}