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:
parent
78fa354117
commit
230e0d98b6
|
|
@ -198,12 +198,13 @@ export default function SystemAccountsTab() {
|
||||||
>
|
>
|
||||||
过期收益
|
过期收益
|
||||||
</button>
|
</button>
|
||||||
<button
|
{/* [2026-01-07] 隐藏分类账明细Tab */}
|
||||||
|
{/* <button
|
||||||
className={`${styles.tab} ${activeTab === 'ledger' ? styles.active : ''}`}
|
className={`${styles.tab} ${activeTab === 'ledger' ? styles.active : ''}`}
|
||||||
onClick={() => setActiveTab('ledger')}
|
onClick={() => setActiveTab('ledger')}
|
||||||
>
|
>
|
||||||
分类账明细
|
分类账明细
|
||||||
</button>
|
</button> */}
|
||||||
{/* [2026-01-06] 新增:收益类型汇总Tab */}
|
{/* [2026-01-06] 新增:收益类型汇总Tab */}
|
||||||
<button
|
<button
|
||||||
className={`${styles.tab} ${activeTab === 'feeAccount' ? styles.active : ''}`}
|
className={`${styles.tab} ${activeTab === 'feeAccount' ? styles.active : ''}`}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue