chore(admin-web): 隐藏分类账明细Tab

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-07 04:21:15 -08:00
parent 78fa354117
commit 230e0d98b6
1 changed files with 3 additions and 2 deletions

View File

@ -198,12 +198,13 @@ export default function SystemAccountsTab() {
>
</button>
<button
{/* [2026-01-07] 隐藏分类账明细Tab */}
{/* <button
className={`${styles.tab} ${activeTab === 'ledger' ? styles.active : ''}`}
onClick={() => setActiveTab('ledger')}
>
</button>
</button> */}
{/* [2026-01-06] 新增收益类型汇总Tab */}
<button
className={`${styles.tab} ${activeTab === 'feeAccount' ? styles.active : ''}`}